@siteed/expo-audio-stream 1.5.1 → 1.5.2

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,25 +8,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [Unreleased]
9
9
 
10
10
 
11
+ ## [1.5.2] - 2024-12-11
12
+ - chore(expo-audio-stream): improved build publish script ([ad65a69](https://github.com/deeeed/expo-audio-stream/commit/ad65a69011273e0eab1ac0f464fc3b009fc3433d))
13
+ - fix(expo-audio-stream): missing plugin files ([e56254a](https://github.com/deeeed/expo-audio-stream/commit/e56254a4ffa1c015df3d300831ba0b392958b6c8))
14
+
11
15
  ## [1.5.1] - 2024-12-11
12
16
  - fix(expo-audio-stream): plugin deployment process and build system enhancements (#56) ([63fbeb8](https://github.com/deeeed/expo-audio-stream/commit/63fbeb82f56130dedeafa633e916f2ce0f8f1a67))
13
17
 
18
+
14
19
  ## [1.5.0] - 2024-12-10
15
20
  - feat(expo-audio-stream): add comprehensive ios audio session configuration support (#54) ([ba296ac](https://github.com/deeeed/expo-audio-stream/commit/ba296ac9be0d61e7a46cc64953e6f2c66881fdfd))
16
21
  - fix(expo-audio-stream): prevent invalid WAV files when stopping recording too quickly (#53) ([80f4898](https://github.com/deeeed/expo-audio-stream/commit/80f4898625cea52da8f3e34e425e61d7641353f7))
17
22
 
18
23
 
24
+
19
25
  ## [1.4.0] - 2024-12-05
20
26
  - chore: remove unusded dependencies ([ad81dd5](https://github.com/deeeed/expo-audio-stream/commit/ad81dd560c93dd1d04995a323a4ae72d4de20f3e))
21
27
 
22
28
 
23
29
 
30
+
24
31
  ## [1.3.1] - 2024-12-05
25
32
  - feat(web): implement throttling and optimize event processing (#49) ([da28765](https://github.com/deeeed/expo-audio-stream/commit/da2876524c2c9d6e0a980fde40a0197b929d8a7f))
26
33
 
27
34
 
28
35
 
29
36
 
37
+
30
38
  ## [1.3.0] - 2024-11-28
31
39
  ### Added
32
40
  - refactor(permissions): standardize permission status response structure across platforms (#44) ([7c9c800](https://github.com/deeeed/expo-audio-stream/commit/7c9c800d83b7cea3516643371484d5e1f3b99e4c))
@@ -39,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
47
 
40
48
 
41
49
 
50
+
42
51
  ## [1.2.5] - 2024-11-12
43
52
  ### Added
44
53
  - docs(license): add MIT license to all packages (6 files changed)
@@ -48,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
57
 
49
58
 
50
59
 
60
+
51
61
  ## [1.2.4] - 2024-11-05
52
62
  ### Changed
53
63
  - Android minimum audio interval set to 10ms.
@@ -60,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
70
 
61
71
 
62
72
 
73
+
63
74
  ## [1.2.0] - 2024-10-24
64
75
  ### Added
65
76
  - Feature: Keep device awake during recording with `keepAwake` option
@@ -72,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
83
 
73
84
 
74
85
 
86
+
75
87
  ## [1.1.17] - 2024-10-21
76
88
  ### Added
77
89
  - Support bluetooth headset on ios
@@ -81,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
93
 
82
94
 
83
95
 
96
+
84
97
  ## [1.0.0] - 2024-04-01
85
98
 
86
99
  ### Added
@@ -92,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
105
  - Feature: Audio features extraction during recording.
93
106
  - Feature: Consistent WAV PCM recording format across all platforms.
94
107
 
95
- [unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.5.1...HEAD
108
+ [unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.5.2...HEAD
109
+ [1.5.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.5.1...@siteed/expo-audio-stream@1.5.2
96
110
  [1.5.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.5.0...@siteed/expo-audio-stream@1.5.1
97
111
  [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
98
112
  [1.4.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.3.1...@siteed/expo-audio-stream@1.4.0
package/app.plugin.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = require('./plugin/build')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siteed/expo-audio-stream",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "stream audio crossplatform",
5
5
  "license": "MIT",
6
6
  "main": "build/index.js",
@@ -26,6 +26,8 @@
26
26
  "android",
27
27
  "ios",
28
28
  "cpp",
29
+ "plugin/build",
30
+ "app.plugin.js",
29
31
  "generated",
30
32
  "README.md",
31
33
  "package.json",