@siteed/expo-audio-stream 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## [1.7.1] - 2025-01-07
|
|
12
|
+
- update notification to avoid triggering new alerts (#71) ([32dcfc5](https://github.com/deeeed/expo-audio-stream/commit/32dcfc55daf3236babefc17016f329c177d466fd))
|
|
13
|
+
|
|
11
14
|
## [1.7.0] - 2025-01-05
|
|
12
15
|
- feat(playground): enhance app configuration and build setup for production deployment (#58) ([929d443](https://github.com/deeeed/expo-audio-stream/commit/929d443145378b1430d215db5c00b13758420e2b))
|
|
13
16
|
- chore(expo-audio-stream): release @siteed/expo-audio-stream@1.6.1 ([084e8ad](https://github.com/deeeed/expo-audio-stream/commit/084e8adb91da7874c9e608b55d9c7b2ffd7a8327))
|
|
@@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
19
|
- reset audio recording state properly on iOS and Android (#66) ([61e9c26](https://github.com/deeeed/expo-audio-stream/commit/61e9c261fb3a979be1894e537233d6e5a4fbdae4))
|
|
17
20
|
- total size doesnt reset on new recording android (#64) ([f7da57b](https://github.com/deeeed/expo-audio-stream/commit/f7da57ba9d6f25870c130c54a049ba4cfad1c444))
|
|
18
21
|
|
|
22
|
+
|
|
19
23
|
## [1.6.1] - 2024-12-11
|
|
20
24
|
- chore(expo-audio-stream): remove git commit step from publish script ([4a772ce](https://github.com/deeeed/expo-audio-stream/commit/4a772ce93bb7405d9b8e981f46bdf8941a71ecfe))
|
|
21
25
|
- chore: more publishing automation ([3693021](https://github.com/deeeed/expo-audio-stream/commit/369302107f9dca9dddd8ae68e6214481a39976ac))
|
|
@@ -28,21 +32,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
28
32
|
- fix(expo-audio-stream): plugin deployment process and build system enhancements (#56) ([63fbeb8](https://github.com/deeeed/expo-audio-stream/commit/63fbeb82f56130dedeafa633e916f2ce0f8f1a67))
|
|
29
33
|
|
|
30
34
|
|
|
35
|
+
|
|
31
36
|
## [1.5.0] - 2024-12-10
|
|
32
37
|
- UNPUBLISHED because of a bug in the build system
|
|
33
38
|
|
|
34
39
|
|
|
35
40
|
|
|
41
|
+
|
|
36
42
|
## [1.4.0] - 2024-12-05
|
|
37
43
|
- chore: remove unusded dependencies ([ad81dd5](https://github.com/deeeed/expo-audio-stream/commit/ad81dd560c93dd1d04995a323a4ae72d4de20f3e))
|
|
38
44
|
|
|
39
45
|
|
|
40
46
|
|
|
47
|
+
|
|
41
48
|
## [1.3.1] - 2024-12-05
|
|
42
49
|
- feat(web): implement throttling and optimize event processing (#49) ([da28765](https://github.com/deeeed/expo-audio-stream/commit/da2876524c2c9d6e0a980fde40a0197b929d8a7f))
|
|
43
50
|
|
|
44
51
|
|
|
45
52
|
|
|
53
|
+
|
|
46
54
|
## [1.3.0] - 2024-11-28
|
|
47
55
|
### Added
|
|
48
56
|
- refactor(permissions): standardize permission status response structure across platforms (#44) ([7c9c800](https://github.com/deeeed/expo-audio-stream/commit/7c9c800d83b7cea3516643371484d5e1f3b99e4c))
|
|
@@ -53,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
53
61
|
|
|
54
62
|
|
|
55
63
|
|
|
64
|
+
|
|
56
65
|
## [1.2.5] - 2024-11-12
|
|
57
66
|
### Added
|
|
58
67
|
- docs(license): add MIT license to all packages (6 files changed)
|
|
@@ -60,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
60
69
|
|
|
61
70
|
|
|
62
71
|
|
|
72
|
+
|
|
63
73
|
## [1.2.4] - 2024-11-05
|
|
64
74
|
### Changed
|
|
65
75
|
- Android minimum audio interval set to 10ms.
|
|
@@ -70,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
70
80
|
|
|
71
81
|
|
|
72
82
|
|
|
83
|
+
|
|
73
84
|
## [1.2.0] - 2024-10-24
|
|
74
85
|
### Added
|
|
75
86
|
- Feature: Keep device awake during recording with `keepAwake` option
|
|
@@ -80,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
80
91
|
|
|
81
92
|
|
|
82
93
|
|
|
94
|
+
|
|
83
95
|
## [1.1.17] - 2024-10-21
|
|
84
96
|
### Added
|
|
85
97
|
- Support bluetooth headset on ios
|
|
@@ -87,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
87
99
|
|
|
88
100
|
|
|
89
101
|
|
|
102
|
+
|
|
90
103
|
## [1.0.0] - 2024-04-01
|
|
91
104
|
### Added
|
|
92
105
|
- Initial release of @siteed/expo-audio-stream.
|
|
@@ -97,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
97
110
|
- Feature: Audio features extraction during recording.
|
|
98
111
|
- Feature: Consistent WAV PCM recording format across all platforms.
|
|
99
112
|
|
|
100
|
-
[unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.7.
|
|
113
|
+
[unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.7.1...HEAD
|
|
114
|
+
[1.7.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.7.0...@siteed/expo-audio-stream@1.7.1
|
|
101
115
|
[1.7.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.6.1...@siteed/expo-audio-stream@1.7.0
|
|
102
116
|
[1.6.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.6.0...@siteed/expo-audio-stream@1.6.1
|
|
103
117
|
[1.5.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.4.0...@siteed/expo-audio-stream@1.5.0
|
|
@@ -275,14 +275,17 @@ class AudioNotificationManager private constructor(context: Context) {
|
|
|
275
275
|
notificationBuilder
|
|
276
276
|
.setCustomContentView(remoteViews)
|
|
277
277
|
.setCustomBigContentView(remoteViews)
|
|
278
|
-
.
|
|
278
|
+
.setOnlyAlertOnce(true)
|
|
279
|
+
.setOngoing(true)
|
|
279
280
|
addNotificationActions(context)
|
|
280
281
|
}
|
|
281
282
|
|
|
282
|
-
// Update the notification
|
|
283
|
+
// Update the notification without triggering a new alert
|
|
283
284
|
notificationManager.notify(
|
|
284
285
|
recordingConfig.notification.notificationId,
|
|
285
|
-
notificationBuilder
|
|
286
|
+
notificationBuilder
|
|
287
|
+
.setOnlyAlertOnce(true)
|
|
288
|
+
.build()
|
|
286
289
|
)
|
|
287
290
|
|
|
288
291
|
lastSuccessfulUpdate = currentTime
|