@siteed/expo-audio-stream 1.11.2 → 1.11.3
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,18 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## [1.11.3] - 2025-01-25
|
|
12
|
+
- disable duplicate notification alerts for audio stream (#82) ([12f9992](https://github.com/deeeed/expo-audio-stream/commit/12f999247cdd6b08753bcf1b481582a604826383))
|
|
13
|
+
- feat(deps): update expo packages and dependencies to latest patch versions (#81) ([3ed0526](https://github.com/deeeed/expo-audio-stream/commit/3ed0526545623530a10757f1bbd7f877a2c31296))
|
|
14
|
+
|
|
11
15
|
## [1.11.2] - 2025-01-22
|
|
12
16
|
- resources not cleanup properly on app kill (#80) ([7d522a5](https://github.com/deeeed/expo-audio-stream/commit/7d522a531e70065b99758aa3a4c669769fdbd110))
|
|
13
17
|
|
|
18
|
+
|
|
14
19
|
## [1.11.1] - 2025-01-22
|
|
15
20
|
- chore: force deployment of 1.11.1
|
|
16
21
|
|
|
17
22
|
|
|
23
|
+
|
|
18
24
|
## [1.11.0] - 2025-01-22
|
|
19
25
|
- feat(audio): add intelligent call interruption handling & compression improvements ([f8f6187](https://github.com/deeeed/expo-audio-stream/pull/78))
|
|
20
26
|
|
|
21
27
|
|
|
22
28
|
|
|
29
|
+
|
|
23
30
|
## [1.10.0] - 2025-01-14
|
|
24
31
|
- add support for pausing and resuming compressed recordings ([bc3f629](https://github.com/deeeed/expo-audio-stream/commit/bc3f6295d060396325e0f008ff00b3be9c8722cd))
|
|
25
32
|
- optimize notification channel settings ([daa075e](https://github.com/deeeed/expo-audio-stream/commit/daa075e668f8faf0b8d2849e18c37384bdd293b8))
|
|
@@ -27,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
27
34
|
|
|
28
35
|
|
|
29
36
|
|
|
37
|
+
|
|
30
38
|
## [1.9.2] - 2025-01-12
|
|
31
39
|
- ios bitrate verification to prevent invalid values ([035a180](https://github.com/deeeed/expo-audio-stream/commit/035a1800833264edcc59724aaa8a2e12d5c78dc2))
|
|
32
40
|
|
|
@@ -34,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
34
42
|
|
|
35
43
|
|
|
36
44
|
|
|
45
|
+
|
|
37
46
|
## [1.9.1] - 2025-01-12
|
|
38
47
|
- ios potentially missing compressed file info ([88a628c](https://github.com/deeeed/expo-audio-stream/commit/88a628c35f2bfd626a2a5de1eb6950efd814619d))
|
|
39
48
|
|
|
@@ -42,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
42
51
|
|
|
43
52
|
|
|
44
53
|
|
|
54
|
+
|
|
45
55
|
## [1.9.0] - 2025-01-11
|
|
46
56
|
- feat(web-audio): optimize memory usage and streaming performance for web audio recording (#75) ([7b93e12](https://github.com/deeeed/expo-audio-stream/commit/7b93e12aae4bc0599b06b48ca34a60f65587fc75))
|
|
47
57
|
|
|
@@ -51,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
51
61
|
|
|
52
62
|
|
|
53
63
|
|
|
64
|
+
|
|
54
65
|
## [1.8.0] - 2025-01-10
|
|
55
66
|
- feat(audio): implement audio compression support ([ff4e060](https://github.com/deeeed/expo-audio-stream/commit/ff4e060fef1061804c1cc0126d4344d2d50daa9a))
|
|
56
67
|
|
|
@@ -61,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
61
72
|
|
|
62
73
|
|
|
63
74
|
|
|
75
|
+
|
|
64
76
|
## [1.7.2] - 2025-01-07
|
|
65
77
|
- fix(audio-stream): correct WAV header handling in web audio recording ([9ba7de5](https://github.com/deeeed/expo-audio-stream/commit/9ba7de5b96ca4cc937dea261c80d3fda9c99e8f4))
|
|
66
78
|
|
|
@@ -72,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
72
84
|
|
|
73
85
|
|
|
74
86
|
|
|
87
|
+
|
|
75
88
|
## [1.7.1] - 2025-01-07
|
|
76
89
|
- update notification to avoid triggering new alerts (#71) ([32dcfc5](https://github.com/deeeed/expo-audio-stream/commit/32dcfc55daf3236babefc17016f329c177d466fd))
|
|
77
90
|
|
|
@@ -84,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
84
97
|
|
|
85
98
|
|
|
86
99
|
|
|
100
|
+
|
|
87
101
|
## [1.7.0] - 2025-01-05
|
|
88
102
|
- feat(playground): enhance app configuration and build setup for production deployment (#58) ([929d443](https://github.com/deeeed/expo-audio-stream/commit/929d443145378b1430d215db5c00b13758420e2b))
|
|
89
103
|
- chore(expo-audio-stream): release @siteed/expo-audio-stream@1.6.1 ([084e8ad](https://github.com/deeeed/expo-audio-stream/commit/084e8adb91da7874c9e608b55d9c7b2ffd7a8327))
|
|
@@ -102,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
102
116
|
|
|
103
117
|
|
|
104
118
|
|
|
119
|
+
|
|
105
120
|
## [1.6.1] - 2024-12-11
|
|
106
121
|
- chore(expo-audio-stream): remove git commit step from publish script ([4a772ce](https://github.com/deeeed/expo-audio-stream/commit/4a772ce93bb7405d9b8e981f46bdf8941a71ecfe))
|
|
107
122
|
- chore: more publishing automation ([3693021](https://github.com/deeeed/expo-audio-stream/commit/369302107f9dca9dddd8ae68e6214481a39976ac))
|
|
@@ -124,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
124
139
|
|
|
125
140
|
|
|
126
141
|
|
|
142
|
+
|
|
127
143
|
## [1.5.0] - 2024-12-10
|
|
128
144
|
- UNPUBLISHED because of a bug in the build system
|
|
129
145
|
|
|
@@ -139,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
139
155
|
|
|
140
156
|
|
|
141
157
|
|
|
158
|
+
|
|
142
159
|
## [1.4.0] - 2024-12-05
|
|
143
160
|
- chore: remove unusded dependencies ([ad81dd5](https://github.com/deeeed/expo-audio-stream/commit/ad81dd560c93dd1d04995a323a4ae72d4de20f3e))
|
|
144
161
|
|
|
@@ -154,6 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
154
171
|
|
|
155
172
|
|
|
156
173
|
|
|
174
|
+
|
|
157
175
|
## [1.3.1] - 2024-12-05
|
|
158
176
|
- feat(web): implement throttling and optimize event processing (#49) ([da28765](https://github.com/deeeed/expo-audio-stream/commit/da2876524c2c9d6e0a980fde40a0197b929d8a7f))
|
|
159
177
|
|
|
@@ -169,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
169
187
|
|
|
170
188
|
|
|
171
189
|
|
|
190
|
+
|
|
172
191
|
## [1.3.0] - 2024-11-28
|
|
173
192
|
### Added
|
|
174
193
|
- refactor(permissions): standardize permission status response structure across platforms (#44) ([7c9c800](https://github.com/deeeed/expo-audio-stream/commit/7c9c800d83b7cea3516643371484d5e1f3b99e4c))
|
|
@@ -189,6 +208,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
189
208
|
|
|
190
209
|
|
|
191
210
|
|
|
211
|
+
|
|
192
212
|
## [1.2.5] - 2024-11-12
|
|
193
213
|
### Added
|
|
194
214
|
- docs(license): add MIT license to all packages (6 files changed)
|
|
@@ -206,6 +226,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
206
226
|
|
|
207
227
|
|
|
208
228
|
|
|
229
|
+
|
|
209
230
|
## [1.2.4] - 2024-11-05
|
|
210
231
|
### Changed
|
|
211
232
|
- Android minimum audio interval set to 10ms.
|
|
@@ -226,6 +247,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
226
247
|
|
|
227
248
|
|
|
228
249
|
|
|
250
|
+
|
|
229
251
|
## [1.2.0] - 2024-10-24
|
|
230
252
|
### Added
|
|
231
253
|
- Feature: Keep device awake during recording with `keepAwake` option
|
|
@@ -246,6 +268,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
246
268
|
|
|
247
269
|
|
|
248
270
|
|
|
271
|
+
|
|
249
272
|
## [1.1.17] - 2024-10-21
|
|
250
273
|
### Added
|
|
251
274
|
- Support bluetooth headset on ios
|
|
@@ -263,6 +286,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
263
286
|
|
|
264
287
|
|
|
265
288
|
|
|
289
|
+
|
|
266
290
|
## [1.0.0] - 2024-04-01
|
|
267
291
|
### Added
|
|
268
292
|
- Initial release of @siteed/expo-audio-stream.
|
|
@@ -273,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
273
297
|
- Feature: Audio features extraction during recording.
|
|
274
298
|
- Feature: Consistent WAV PCM recording format across all platforms.
|
|
275
299
|
|
|
276
|
-
[unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.11.
|
|
300
|
+
[unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.11.3...HEAD
|
|
301
|
+
[1.11.3]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.11.2...@siteed/expo-audio-stream@1.11.3
|
|
277
302
|
[1.11.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.11.1...@siteed/expo-audio-stream@1.11.2
|
|
278
303
|
[1.11.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.11.0...@siteed/expo-audio-stream@1.11.1
|
|
279
304
|
[1.11.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.10.0...@siteed/expo-audio-stream@1.11.0
|
|
@@ -115,10 +115,12 @@ class AudioNotificationManager private constructor(context: Context) {
|
|
|
115
115
|
PendingIntent.FLAG_IMMUTABLE
|
|
116
116
|
)
|
|
117
117
|
|
|
118
|
+
// Configure notification builder with settings optimized for recording service
|
|
119
|
+
// and wearable device compatibility
|
|
118
120
|
notificationBuilder = NotificationCompat.Builder(context, recordingConfig.notification.channelId)
|
|
119
121
|
.setSmallIcon(iconResId)
|
|
120
122
|
.setContentIntent(pendingIntent)
|
|
121
|
-
.setOngoing(true)
|
|
123
|
+
.setOngoing(true) // Notification cannot be dismissed by user
|
|
122
124
|
.setPriority(NotificationCompat.PRIORITY_HIGH)
|
|
123
125
|
.setCategory(NotificationCompat.CATEGORY_SERVICE)
|
|
124
126
|
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
|
@@ -126,6 +128,11 @@ class AudioNotificationManager private constructor(context: Context) {
|
|
|
126
128
|
.setCustomContentView(remoteViews)
|
|
127
129
|
.setCustomBigContentView(remoteViews)
|
|
128
130
|
.setStyle(NotificationCompat.DecoratedCustomViewStyle())
|
|
131
|
+
// Prevent repeated alerts and vibrations
|
|
132
|
+
.setOnlyAlertOnce(true) // Only alert on first notification
|
|
133
|
+
.setVibrate(null) // Disable vibration
|
|
134
|
+
.setDefaults(0) // Clear all default notification behaviors
|
|
135
|
+
.setLocalOnly(true) // Prevent notification from appearing on wearable devices
|
|
129
136
|
|
|
130
137
|
addNotificationActions(context)
|
|
131
138
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siteed/expo-audio-stream",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"description": "stream audio crossplatform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"release": "./publish.sh"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@expo/config-plugins": "~
|
|
69
|
+
"@expo/config-plugins": "~9.0.0",
|
|
70
70
|
"@siteed/publisher": "^0.4.15",
|
|
71
71
|
"@size-limit/preset-big-lib": "^11.1.4",
|
|
72
72
|
"@types/jest": "^29.5.12",
|
|
73
73
|
"@types/node": "^20.12.7",
|
|
74
|
-
"@types/react": "~18.
|
|
74
|
+
"@types/react": "~18.3.12",
|
|
75
75
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
76
76
|
"@typescript-eslint/parser": "^7.7.0",
|
|
77
77
|
"bundle-size": "^1.1.5",
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"eslint-plugin-prettier": "^5.1.3",
|
|
83
83
|
"eslint-plugin-promise": "^6.1.1",
|
|
84
84
|
"eslint-plugin-react": "^7.34.1",
|
|
85
|
-
"expo": "
|
|
85
|
+
"expo": "^52.0.27",
|
|
86
86
|
"expo-module-scripts": "^4.0.2",
|
|
87
87
|
"jest": "^29.7.0",
|
|
88
88
|
"prettier": "^3.2.5",
|
|
89
|
-
"react-native": "0.76.
|
|
89
|
+
"react-native": "0.76.6",
|
|
90
90
|
"rimraf": "^6.0.1",
|
|
91
91
|
"size-limit": "^11.1.4",
|
|
92
92
|
"ts-node": "^10.9.2",
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@siteed/design-system": "^0.35.1",
|
|
108
|
-
"expo-modules-core": "
|
|
108
|
+
"expo-modules-core": "~2.1.4"
|
|
109
109
|
}
|
|
110
110
|
}
|