@siteed/expo-audio-stream 2.0.1 → 2.2.0

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.
Files changed (166) hide show
  1. package/README.md +46 -27
  2. package/build/index.d.ts +11 -12
  3. package/build/index.js +44 -10
  4. package/package.json +49 -110
  5. package/src/index.ts +18 -33
  6. package/CHANGELOG.md +0 -195
  7. package/android/build.gradle +0 -105
  8. package/android/src/main/AndroidManifest.xml +0 -27
  9. package/android/src/main/java/net/siteed/audiostream/AudioAnalysisData.kt +0 -166
  10. package/android/src/main/java/net/siteed/audiostream/AudioDataEncoder.kt +0 -9
  11. package/android/src/main/java/net/siteed/audiostream/AudioFileHandler.kt +0 -131
  12. package/android/src/main/java/net/siteed/audiostream/AudioFormatUtils.kt +0 -103
  13. package/android/src/main/java/net/siteed/audiostream/AudioNotificationsManager.kt +0 -435
  14. package/android/src/main/java/net/siteed/audiostream/AudioProcessor.kt +0 -1936
  15. package/android/src/main/java/net/siteed/audiostream/AudioRecorderManager.kt +0 -1437
  16. package/android/src/main/java/net/siteed/audiostream/AudioRecordingService.kt +0 -138
  17. package/android/src/main/java/net/siteed/audiostream/Constants.kt +0 -20
  18. package/android/src/main/java/net/siteed/audiostream/EventSender.kt +0 -7
  19. package/android/src/main/java/net/siteed/audiostream/ExpoAudioStreamModule.kt +0 -509
  20. package/android/src/main/java/net/siteed/audiostream/FFT.kt +0 -99
  21. package/android/src/main/java/net/siteed/audiostream/Features.kt +0 -98
  22. package/android/src/main/java/net/siteed/audiostream/NotificationConfig.kt +0 -70
  23. package/android/src/main/java/net/siteed/audiostream/PermissionUtils.kt +0 -59
  24. package/android/src/main/java/net/siteed/audiostream/RecordingActionReceiver.kt +0 -59
  25. package/android/src/main/java/net/siteed/audiostream/RecordingConfig.kt +0 -205
  26. package/android/src/main/java/net/siteed/audiostream/WaveformConfig.kt +0 -19
  27. package/android/src/main/java/net/siteed/audiostream/WaveformRenderer.kt +0 -159
  28. package/android/src/main/res/drawable/ic_default_action_icon.xml +0 -16
  29. package/android/src/main/res/drawable/ic_microphone.xml +0 -13
  30. package/android/src/main/res/drawable/ic_pause.xml +0 -10
  31. package/android/src/main/res/drawable/ic_play.xml +0 -10
  32. package/android/src/main/res/drawable/ic_stop.xml +0 -10
  33. package/android/src/main/res/layout/notification_recording.xml +0 -37
  34. package/android/src/main/test/java/net/siteed/audiostream/AudioProcessorTest.kt +0 -56
  35. package/app.plugin.js +0 -1
  36. package/build/AudioAnalysis/AudioAnalysis.types.d.ts +0 -144
  37. package/build/AudioAnalysis/AudioAnalysis.types.d.ts.map +0 -1
  38. package/build/AudioAnalysis/AudioAnalysis.types.js +0 -3
  39. package/build/AudioAnalysis/AudioAnalysis.types.js.map +0 -1
  40. package/build/AudioAnalysis/extractAudioAnalysis.d.ts +0 -78
  41. package/build/AudioAnalysis/extractAudioAnalysis.d.ts.map +0 -1
  42. package/build/AudioAnalysis/extractAudioAnalysis.js +0 -229
  43. package/build/AudioAnalysis/extractAudioAnalysis.js.map +0 -1
  44. package/build/AudioAnalysis/extractWaveform.d.ts +0 -8
  45. package/build/AudioAnalysis/extractWaveform.d.ts.map +0 -1
  46. package/build/AudioAnalysis/extractWaveform.js +0 -11
  47. package/build/AudioAnalysis/extractWaveform.js.map +0 -1
  48. package/build/AudioRecorder.provider.d.ts +0 -11
  49. package/build/AudioRecorder.provider.d.ts.map +0 -1
  50. package/build/AudioRecorder.provider.js +0 -37
  51. package/build/AudioRecorder.provider.js.map +0 -1
  52. package/build/ExpoAudioStream.native.d.ts +0 -3
  53. package/build/ExpoAudioStream.native.d.ts.map +0 -1
  54. package/build/ExpoAudioStream.native.js +0 -6
  55. package/build/ExpoAudioStream.native.js.map +0 -1
  56. package/build/ExpoAudioStream.types.d.ts +0 -206
  57. package/build/ExpoAudioStream.types.d.ts.map +0 -1
  58. package/build/ExpoAudioStream.types.js +0 -2
  59. package/build/ExpoAudioStream.types.js.map +0 -1
  60. package/build/ExpoAudioStream.web.d.ts +0 -59
  61. package/build/ExpoAudioStream.web.d.ts.map +0 -1
  62. package/build/ExpoAudioStream.web.js +0 -285
  63. package/build/ExpoAudioStream.web.js.map +0 -1
  64. package/build/ExpoAudioStreamModule.d.ts +0 -3
  65. package/build/ExpoAudioStreamModule.d.ts.map +0 -1
  66. package/build/ExpoAudioStreamModule.js +0 -239
  67. package/build/ExpoAudioStreamModule.js.map +0 -1
  68. package/build/WebRecorder.web.d.ts +0 -119
  69. package/build/WebRecorder.web.d.ts.map +0 -1
  70. package/build/WebRecorder.web.js +0 -436
  71. package/build/WebRecorder.web.js.map +0 -1
  72. package/build/constants.d.ts +0 -11
  73. package/build/constants.d.ts.map +0 -1
  74. package/build/constants.js +0 -14
  75. package/build/constants.js.map +0 -1
  76. package/build/events.d.ts +0 -26
  77. package/build/events.d.ts.map +0 -1
  78. package/build/events.js +0 -21
  79. package/build/events.js.map +0 -1
  80. package/build/index.d.ts.map +0 -1
  81. package/build/index.js.map +0 -1
  82. package/build/useAudioRecorder.d.ts +0 -21
  83. package/build/useAudioRecorder.d.ts.map +0 -1
  84. package/build/useAudioRecorder.js +0 -427
  85. package/build/useAudioRecorder.js.map +0 -1
  86. package/build/utils/BlobFix.d.ts +0 -9
  87. package/build/utils/BlobFix.d.ts.map +0 -1
  88. package/build/utils/BlobFix.js +0 -498
  89. package/build/utils/BlobFix.js.map +0 -1
  90. package/build/utils/audioProcessing.d.ts +0 -24
  91. package/build/utils/audioProcessing.d.ts.map +0 -1
  92. package/build/utils/audioProcessing.js +0 -133
  93. package/build/utils/audioProcessing.js.map +0 -1
  94. package/build/utils/concatenateBuffers.d.ts +0 -8
  95. package/build/utils/concatenateBuffers.d.ts.map +0 -1
  96. package/build/utils/concatenateBuffers.js +0 -21
  97. package/build/utils/concatenateBuffers.js.map +0 -1
  98. package/build/utils/convertPCMToFloat32.d.ts +0 -13
  99. package/build/utils/convertPCMToFloat32.d.ts.map +0 -1
  100. package/build/utils/convertPCMToFloat32.js +0 -120
  101. package/build/utils/convertPCMToFloat32.js.map +0 -1
  102. package/build/utils/encodingToBitDepth.d.ts +0 -5
  103. package/build/utils/encodingToBitDepth.d.ts.map +0 -1
  104. package/build/utils/encodingToBitDepth.js +0 -13
  105. package/build/utils/encodingToBitDepth.js.map +0 -1
  106. package/build/utils/getWavFileInfo.d.ts +0 -26
  107. package/build/utils/getWavFileInfo.d.ts.map +0 -1
  108. package/build/utils/getWavFileInfo.js +0 -92
  109. package/build/utils/getWavFileInfo.js.map +0 -1
  110. package/build/utils/writeWavHeader.d.ts +0 -49
  111. package/build/utils/writeWavHeader.d.ts.map +0 -1
  112. package/build/utils/writeWavHeader.js +0 -91
  113. package/build/utils/writeWavHeader.js.map +0 -1
  114. package/build/workers/InlineFeaturesExtractor.web.d.ts +0 -2
  115. package/build/workers/InlineFeaturesExtractor.web.d.ts.map +0 -1
  116. package/build/workers/InlineFeaturesExtractor.web.js +0 -828
  117. package/build/workers/InlineFeaturesExtractor.web.js.map +0 -1
  118. package/build/workers/inlineAudioWebWorker.web.d.ts +0 -2
  119. package/build/workers/inlineAudioWebWorker.web.d.ts.map +0 -1
  120. package/build/workers/inlineAudioWebWorker.web.js +0 -157
  121. package/build/workers/inlineAudioWebWorker.web.js.map +0 -1
  122. package/expo-module.config.json +0 -9
  123. package/ios/AudioAnalysisData.swift +0 -74
  124. package/ios/AudioNotificationManager.swift +0 -135
  125. package/ios/AudioProcessingHelpers.swift +0 -743
  126. package/ios/AudioProcessor.swift +0 -858
  127. package/ios/AudioStreamError.swift +0 -7
  128. package/ios/AudioStreamManager.swift +0 -1708
  129. package/ios/AudioStreamManagerDelegate.swift +0 -16
  130. package/ios/DataPoint.swift +0 -54
  131. package/ios/DecodingConfig.swift +0 -47
  132. package/ios/ExpoAudioStream.podspec +0 -27
  133. package/ios/ExpoAudioStreamModule.swift +0 -698
  134. package/ios/FFT.swift +0 -62
  135. package/ios/Features.swift +0 -95
  136. package/ios/Logger.swift +0 -7
  137. package/ios/NotificationExtension.swift +0 -15
  138. package/ios/RecordingResult.swift +0 -22
  139. package/ios/RecordingSettings.swift +0 -265
  140. package/ios/WaveformExtractor.swift +0 -105
  141. package/plugin/build/index.d.ts +0 -21
  142. package/plugin/build/index.js +0 -191
  143. package/plugin/src/index.ts +0 -278
  144. package/plugin/tsconfig.json +0 -10
  145. package/plugin/tsconfig.tsbuildinfo +0 -1
  146. package/src/AudioAnalysis/AudioAnalysis.types.ts +0 -165
  147. package/src/AudioAnalysis/extractAudioAnalysis.ts +0 -370
  148. package/src/AudioAnalysis/extractWaveform.ts +0 -22
  149. package/src/AudioRecorder.provider.tsx +0 -54
  150. package/src/ExpoAudioStream.native.ts +0 -6
  151. package/src/ExpoAudioStream.types.ts +0 -329
  152. package/src/ExpoAudioStream.web.ts +0 -359
  153. package/src/ExpoAudioStreamModule.ts +0 -286
  154. package/src/WebRecorder.web.ts +0 -580
  155. package/src/constants.ts +0 -18
  156. package/src/events.ts +0 -60
  157. package/src/useAudioRecorder.tsx +0 -620
  158. package/src/utils/BlobFix.ts +0 -559
  159. package/src/utils/audioProcessing.ts +0 -205
  160. package/src/utils/concatenateBuffers.ts +0 -24
  161. package/src/utils/convertPCMToFloat32.ts +0 -170
  162. package/src/utils/encodingToBitDepth.ts +0 -18
  163. package/src/utils/getWavFileInfo.ts +0 -132
  164. package/src/utils/writeWavHeader.ts +0 -114
  165. package/src/workers/InlineFeaturesExtractor.web.tsx +0 -827
  166. package/src/workers/inlineAudioWebWorker.web.tsx +0 -156
package/README.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @siteed/expo-audio-stream
2
2
 
3
+ > ## ⚠️ Package Renamed
4
+ >
5
+ > **This package has been renamed to [@siteed/expo-audio-studio](https://www.npmjs.com/package/@siteed/expo-audio-studio) to better reflect its expanded capabilities beyond just audio streaming.**
6
+ >
7
+ > While this package will continue to work as a compatibility wrapper, we recommend migrating to the new package name for future updates and improvements.
8
+ >
9
+ > ```bash
10
+ > # Install the new package
11
+ > npm install @siteed/expo-audio-studio
12
+ >
13
+ > # or with yarn
14
+ > yarn add @siteed/expo-audio-studio
15
+ > ```
16
+ >
17
+ > **All imports should be updated from:**
18
+ > ```typescript
19
+ > import { ... } from '@siteed/expo-audio-stream';
20
+ > ```
21
+ > **To:**
22
+ > ```typescript
23
+ > import { ... } from '@siteed/expo-audio-studio';
24
+ > ```
25
+ >
26
+ > The API remains identical, so this is the only change required.
27
+
3
28
  [![kandi X-Ray](https://kandi.openweaver.com/badges/xray.svg)](https://kandi.openweaver.com/typescript/siteed/expo-audio-stream)
4
29
  [![Version](https://img.shields.io/npm/v/@siteed/expo-audio-stream.svg)](https://www.npmjs.com/package/@siteed/expo-audio-stream)
5
30
  [![Dependency Status](https://img.shields.io/npm/dt/@siteed/expo-audio-stream.svg)](https://www.npmjs.com/package/@siteed/expo-audio-stream)
@@ -7,7 +32,7 @@
7
32
 
8
33
  <div align="center">
9
34
  <p align="center">
10
- <strong>Comprehensive library designed to facilitate real-time audio processing and streaming across iOS, Android, and web platforms, with support for dual-stream recording and audio compression.</strong>
35
+ <strong>This package now serves as a compatibility wrapper for @siteed/expo-audio-studio.</strong>
11
36
  </p>
12
37
 
13
38
  <div style="display: flex; justify-content: center; gap: 20px; margin: 30px 0;">
@@ -31,32 +56,26 @@
31
56
  **Give it a GitHub star 🌟, if you found this repo useful.**
32
57
  [![GitHub stars](https://img.shields.io/github/stars/deeeed/expo-audio-stream.svg?style=social&label=Star&maxAge=2592000)](https://github.com/deeeed/expo-audio-stream)
33
58
 
34
- ## Features
35
-
36
- - Real-time audio streaming across iOS, Android, and web.
37
- - Dual-stream recording capabilities:
38
- - Simultaneous raw PCM and compressed audio recording
39
- - Compression formats: OPUS or AAC
40
- - Configurable bitrate for compressed audio
41
- - Optimized storage for both high-quality and compressed formats
42
- - Intelligent interruption handling:
43
- - Automatic pause/resume during phone calls
44
- - Configurable automatic resumption
45
- - Detailed interruption event callbacks
46
- - Configurable intervals for audio buffer receipt.
47
- - Automated microphone permissions setup in managed Expo projects.
48
- - Background audio recording on iOS.
49
- - Audio features extraction during recording.
50
- - Consistent WAV PCM recording format across all platforms.
51
- - Keep recording acrtive while app is in background
52
- - Rich notification system for recording status:
53
- - Android: Live waveform visualization in notifications
54
- - Android: Fully customizable notification appearance and actions
55
- - iOS: Media player integration
56
-
57
- ## Documentation
58
-
59
- For detailed documentation, please refer to the [Getting Started Guide](https://deeeed.github.io/expo-audio-stream/docs/).
59
+ ## Why the name change?
60
+
61
+ The library has evolved significantly beyond its initial focus on audio streaming. It now provides a comprehensive suite of audio tools including:
62
+
63
+ - Advanced audio recording capabilities
64
+ - Audio analysis and feature extraction
65
+ - Waveform visualization
66
+ - Audio trimming and manipulation
67
+ - Mel spectrogram generation
68
+ - And much more
69
+
70
+ The new name, "Audio Studio," better represents this expanded functionality as a complete audio processing toolkit.
71
+
72
+ ## Migration
73
+
74
+ The migration process is simple:
75
+
76
+ 1. Install the new package: `yarn add @siteed/expo-audio-studio`
77
+ 2. Update your imports to use the new package name
78
+ 3. That's it! The API remains identical
60
79
 
61
80
  ## License
62
81
 
package/build/index.d.ts CHANGED
@@ -1,12 +1,11 @@
1
- import { extractRawWavAnalysis, extractAudioAnalysis, extractPreview, extractAudioData } from './AudioAnalysis/extractAudioAnalysis';
2
- import { AudioRecorderProvider, useSharedAudioRecorder } from './AudioRecorder.provider';
3
- import ExpoAudioStreamModule from './ExpoAudioStreamModule';
4
- import { useAudioRecorder } from './useAudioRecorder';
5
- export * from './utils/convertPCMToFloat32';
6
- export * from './utils/getWavFileInfo';
7
- export * from './utils/writeWavHeader';
8
- export { AudioRecorderProvider, ExpoAudioStreamModule, extractRawWavAnalysis as extractWavAudioAnalysis, extractAudioAnalysis, extractPreview, extractAudioData, useAudioRecorder, useSharedAudioRecorder, };
9
- export type * from './AudioAnalysis/AudioAnalysis.types';
10
- export type * from './ExpoAudioStream.types';
11
- export type { ExtractWavAudioAnalysisProps, ExtractAudioAnalysisProps, } from './AudioAnalysis/extractAudioAnalysis';
12
- //# sourceMappingURL=index.d.ts.map
1
+ /**
2
+ * @siteed/expo-audio-stream
3
+ *
4
+ * DEPRECATED: This package has been renamed to @siteed/expo-audio-studio
5
+ * This file serves as a compatibility wrapper that re-exports everything from the new package.
6
+ *
7
+ * Please update your imports to use @siteed/expo-audio-studio directly.
8
+ */
9
+ import * as ExpoAudioStudio from '@siteed/expo-audio-studio';
10
+ export * from '@siteed/expo-audio-studio';
11
+ export default ExpoAudioStudio;
package/build/index.js CHANGED
@@ -1,10 +1,44 @@
1
- // src/index.ts
2
- import { extractRawWavAnalysis, extractAudioAnalysis, extractPreview, extractAudioData, } from './AudioAnalysis/extractAudioAnalysis';
3
- import { AudioRecorderProvider, useSharedAudioRecorder, } from './AudioRecorder.provider';
4
- import ExpoAudioStreamModule from './ExpoAudioStreamModule';
5
- import { useAudioRecorder } from './useAudioRecorder';
6
- export * from './utils/convertPCMToFloat32';
7
- export * from './utils/getWavFileInfo';
8
- export * from './utils/writeWavHeader';
9
- export { AudioRecorderProvider, ExpoAudioStreamModule, extractRawWavAnalysis as extractWavAudioAnalysis, extractAudioAnalysis, extractPreview, extractAudioData, useAudioRecorder, useSharedAudioRecorder, };
10
- //# sourceMappingURL=index.js.map
1
+ "use strict";
2
+ /**
3
+ * @siteed/expo-audio-stream
4
+ *
5
+ * DEPRECATED: This package has been renamed to @siteed/expo-audio-studio
6
+ * This file serves as a compatibility wrapper that re-exports everything from the new package.
7
+ *
8
+ * Please update your imports to use @siteed/expo-audio-studio directly.
9
+ */
10
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ var desc = Object.getOwnPropertyDescriptor(m, k);
13
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
14
+ desc = { enumerable: true, get: function() { return m[k]; } };
15
+ }
16
+ Object.defineProperty(o, k2, desc);
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
34
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const ExpoAudioStudio = __importStar(require("@siteed/expo-audio-studio"));
38
+ // Display deprecation warning
39
+ console.warn('@siteed/expo-audio-stream is deprecated and will be removed in a future version. ' +
40
+ 'Please migrate to @siteed/expo-audio-studio, which provides the same functionality with additional features.');
41
+ // Re-export everything from the new package
42
+ __exportStar(require("@siteed/expo-audio-studio"), exports);
43
+ // For backward compatibility with default imports
44
+ exports.default = ExpoAudioStudio;
package/package.json CHANGED
@@ -1,111 +1,50 @@
1
1
  {
2
- "name": "@siteed/expo-audio-stream",
3
- "version": "2.0.1",
4
- "description": "stream audio crossplatform",
5
- "license": "MIT",
6
- "main": "build/index.js",
7
- "types": "build/index.d.ts",
8
- "author": "Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)",
9
- "homepage": "https://github.com/deeeed/expo-audio-stream/blob/main/packages/expo-audio-stream/README.md",
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/deeeed/expo-audio-stream.git",
13
- "directory": "packages/expo-audio-stream"
14
- },
15
- "bugs": {
16
- "url": "https://github.com/deeeed/expo-audio-stream/issues"
17
- },
18
- "keywords": [
19
- "react-native",
20
- "expo",
21
- "expo-audio-stream",
22
- "ExpoAudioStream"
23
- ],
24
- "files": [
25
- "src",
26
- "android",
27
- "ios",
28
- "cpp",
29
- "plugin",
30
- "app.plugin.js",
31
- "LICENSE",
32
- "CHANGELOG.md",
33
- "generated",
34
- "expo-module.config.json",
35
- "README.md",
36
- "package.json",
37
- "*.podspec",
38
- "build",
39
- "!ios/build",
40
- "!android/build",
41
- "!android/gradle",
42
- "!android/gradlew",
43
- "!android/gradlew.bat",
44
- "!android/local.properties",
45
- "!**/__tests__",
46
- "!**/__fixtures__",
47
- "!**/__mocks__",
48
- "!**/.*"
49
- ],
50
- "scripts": {
51
- "build": "tsc",
52
- "build:plugin": "tsc --build plugin/tsconfig.json",
53
- "build:plugin:dev": "expo-module build plugin",
54
- "build:dev": "expo-module build",
55
- "clean": "expo-module clean && rimraf plugin/build",
56
- "lint": "expo-module lint",
57
- "test": "expo-module test",
58
- "typecheck": "tsc --noEmit",
59
- "docgen": "typedoc src/index.ts --plugin typedoc-plugin-markdown --readme none --out ../../documentation_site/docs/api-reference/API",
60
- "prepare": "yarn build && yarn build:plugin",
61
- "prepublishOnly": "expo-module prepublishOnly",
62
- "expo-module": "expo-module",
63
- "open:ios": "open -a \"Xcode\" ../../apps/playground/ios",
64
- "open:android": "open -a \"Android Studio\" ../../apps/playground/android",
65
- "size": "bundle-size && size-limit",
66
- "release": "./publish.sh"
67
- },
68
- "devDependencies": {
69
- "@expo/config-plugins": "~9.0.0",
70
- "@siteed/publisher": "^0.4.18",
71
- "@size-limit/preset-big-lib": "^11.1.4",
72
- "@types/jest": "^29.5.12",
73
- "@types/node": "^20.12.7",
74
- "@types/react": "~18.3.12",
75
- "@typescript-eslint/eslint-plugin": "^7.7.0",
76
- "@typescript-eslint/parser": "^7.7.0",
77
- "bundle-size": "^1.1.5",
78
- "eslint": "^8.56.0",
79
- "eslint-config-prettier": "^9.1.0",
80
- "eslint-config-universe": "^12.0.0",
81
- "eslint-plugin-import": "^2.29.1",
82
- "eslint-plugin-prettier": "^5.1.3",
83
- "eslint-plugin-promise": "^6.1.1",
84
- "eslint-plugin-react": "^7.34.1",
85
- "expo": "^52.0.27",
86
- "expo-module-scripts": "^4.0.2",
87
- "jest": "^29.7.0",
88
- "prettier": "^3.2.5",
89
- "react-native": "0.76.6",
90
- "rimraf": "^6.0.1",
91
- "size-limit": "^11.1.4",
92
- "ts-node": "^10.9.2",
93
- "typedoc": "^0.27.4",
94
- "typedoc-plugin-markdown": "^4.3.2",
95
- "typescript": "~5.3.3"
96
- },
97
- "peerDependencies": {
98
- "expo": "*",
99
- "react": "*",
100
- "react-native": "*"
101
- },
102
- "publishConfig": {
103
- "access": "public",
104
- "registry": "https://registry.npmjs.org"
105
- },
106
- "dependencies": {
107
- "@siteed/design-system": "^0.35.1",
108
- "crc-32": "^1.2.2",
109
- "expo-modules-core": "~2.1.4"
110
- }
111
- }
2
+ "name": "@siteed/expo-audio-stream",
3
+ "version": "2.2.0",
4
+ "description": "DEPRECATED: Use @siteed/expo-audio-studio instead. This package now serves as a compatibility wrapper.",
5
+ "license": "MIT",
6
+ "main": "build/index.js",
7
+ "types": "build/index.d.ts",
8
+ "author": "Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)",
9
+ "homepage": "https://github.com/deeeed/expo-audio-stream/blob/main/packages/expo-audio-stream/README.md",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/deeeed/expo-audio-stream.git",
13
+ "directory": "packages/expo-audio-stream"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/deeeed/expo-audio-stream/issues"
17
+ },
18
+ "keywords": [
19
+ "react-native",
20
+ "expo",
21
+ "audio",
22
+ "deprecated"
23
+ ],
24
+ "files": [
25
+ "src",
26
+ "build",
27
+ "LICENSE",
28
+ "README.md",
29
+ "package.json"
30
+ ],
31
+ "scripts": {
32
+ "build": "tsc",
33
+ "prepare": "yarn build"
34
+ },
35
+ "peerDependencies": {
36
+ "expo": "*",
37
+ "react": "*",
38
+ "react-native": "*"
39
+ },
40
+ "publishConfig": {
41
+ "access": "public",
42
+ "registry": "https://registry.npmjs.org"
43
+ },
44
+ "dependencies": {
45
+ "@siteed/expo-audio-studio": "2.1.1"
46
+ },
47
+ "devDependencies": {
48
+ "typescript": "~5.3.3"
49
+ }
50
+ }
package/src/index.ts CHANGED
@@ -1,37 +1,22 @@
1
- // src/index.ts
1
+ /**
2
+ * @siteed/expo-audio-stream
3
+ *
4
+ * DEPRECATED: This package has been renamed to @siteed/expo-audio-studio
5
+ * This file serves as a compatibility wrapper that re-exports everything from the new package.
6
+ *
7
+ * Please update your imports to use @siteed/expo-audio-studio directly.
8
+ */
2
9
 
3
- import {
4
- extractRawWavAnalysis,
5
- extractAudioAnalysis,
6
- extractPreview,
7
- extractAudioData,
8
- } from './AudioAnalysis/extractAudioAnalysis'
9
- import {
10
- AudioRecorderProvider,
11
- useSharedAudioRecorder,
12
- } from './AudioRecorder.provider'
13
- import ExpoAudioStreamModule from './ExpoAudioStreamModule'
14
- import { useAudioRecorder } from './useAudioRecorder'
10
+ import * as ExpoAudioStudio from '@siteed/expo-audio-studio';
15
11
 
16
- export * from './utils/convertPCMToFloat32'
17
- export * from './utils/getWavFileInfo'
18
- export * from './utils/writeWavHeader'
12
+ // Display deprecation warning
13
+ console.warn(
14
+ '@siteed/expo-audio-stream is deprecated and will be removed in a future version. ' +
15
+ 'Please migrate to @siteed/expo-audio-studio, which provides the same functionality with additional features.'
16
+ );
19
17
 
20
- export {
21
- AudioRecorderProvider,
22
- ExpoAudioStreamModule,
23
- extractRawWavAnalysis as extractWavAudioAnalysis,
24
- extractAudioAnalysis,
25
- extractPreview,
26
- extractAudioData,
27
- useAudioRecorder,
28
- useSharedAudioRecorder,
29
- }
18
+ // Re-export everything from the new package
19
+ export * from '@siteed/expo-audio-studio';
30
20
 
31
- export type * from './AudioAnalysis/AudioAnalysis.types'
32
-
33
- export type * from './ExpoAudioStream.types'
34
- export type {
35
- ExtractWavAudioAnalysisProps,
36
- ExtractAudioAnalysisProps,
37
- } from './AudioAnalysis/extractAudioAnalysis'
21
+ // For backward compatibility with default imports
22
+ export default ExpoAudioStudio;
package/CHANGELOG.md DELETED
@@ -1,195 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [Unreleased]
9
-
10
-
11
- ## [2.0.1] - 2025-02-27
12
- ### Changed
13
- - refactor: update background mode handling for audio stream plugin ([e7e98cc](https://github.com/deeeed/expo-audio-stream/commit/e7e98cc60b7965770dcf25e9ae74cb356e1e7097))
14
- - chore(expo-audio-stream): release @siteed/expo-audio-stream@2.0.0 ([356d3f4](https://github.com/deeeed/expo-audio-stream/commit/356d3f40ffb66806eeecb86d12bcbe5d60b7eea6))
15
- ## [2.0.0] - 2025-02-27
16
- ### Changed
17
- - feat(playground): Enhance Audio Playground with Improved UX and Sample Audio Loading (#148) ([09d2794](https://github.com/deeeed/expo-audio-stream/commit/09d27940dcffa60e662c828742f4577bca5327f9))
18
- - feat: Implement Enhanced Audio Transcription Workflow with Configurable Extraction and UI Updates (#147) ([c658c7e](https://github.com/deeeed/expo-audio-stream/commit/c658c7e8531dd731b01d9347bc7c744470a3b7b9))
19
- - fix: audio recording reliability improvements and web IndexedDB management (#146) ([d4fa245](https://github.com/deeeed/expo-audio-stream/commit/d4fa245c46d487fe50c6454165efc2e1032ec126))
20
- - feat(transcription): refactor and unify transcription services across platforms (#145) ([a94b905](https://github.com/deeeed/expo-audio-stream/commit/a94b90562fb2112f712f78c03ca6a5110d6b1401))
21
- - feat(audio): enhance checksum verification and audio segment analysis (#143) ([49b6587](https://github.com/deeeed/expo-audio-stream/commit/49b65877d1fd9922f25b4892261c4fedf02ba3c3))
22
- - feat(playground): implement cross-platform ONNX runtime with Silero VAD model (#142) ([4a94639](https://github.com/deeeed/expo-audio-stream/commit/4a9463995f1eadf6531a2b4d6d057e90da097920))
23
- - feat(audio-analysis): enhance audio analysis and visualization capabilities (#141) ([ecf8f5d](https://github.com/deeeed/expo-audio-stream/commit/ecf8f5daf967bf27afb827c8cf6bca7510ce7b4e))
24
- - android 15 (#140) ([5321a3c](https://github.com/deeeed/expo-audio-stream/commit/5321a3c805d22e6824fd11fee4290987d550bd06))
25
- - refactor(audio): consolidate audio analysis APIs and migrate to segment-based processing (#139) ([5d45da8](https://github.com/deeeed/expo-audio-stream/commit/5d45da871ee1849898405ee4bf8bf8d296aebc48))
26
- - feat: pcm player (#137) ([8db6f16](https://github.com/deeeed/expo-audio-stream/commit/8db6f16f13cbcf78fd4a8e412bb00689e47d5a72))
27
- - feat(audio-stream): add extractAudioData API ([faf8915](https://github.com/deeeed/expo-audio-stream/commit/faf8915df3b18ea54ca7e562f61749d7cadf8bb4))
28
- - feat(audio): improve audio trimming and waveform visualization (#136) ([ad5514b](https://github.com/deeeed/expo-audio-stream/commit/ad5514b412eedc7211cb200cc3747e8a83afbf88))
29
- - feat(audio): enhance audio player with preview, trimming and feature analysis (#135) ([3f7eb9c](https://github.com/deeeed/expo-audio-stream/commit/3f7eb9cde7b314505d8ed3e4704c7b1321da6b15))
30
- - feat: add web permission for microphone (#131) ([9a2ed7f](https://github.com/deeeed/expo-audio-stream/commit/9a2ed7f31ad41560d094a22d1248034cb2f5886d))
31
- - refactor(audio): simplify amplitude analysis and remove redundant configuration (#133) ([5d64aa2](https://github.com/deeeed/expo-audio-stream/commit/5d64aa22299836cc9cb925d3e91f3d9470f3e856))
32
- - feat: add full audio analysis with spectral features and time range controls (#132) ([5677dc3](https://github.com/deeeed/expo-audio-stream/commit/5677dc321f5a9ff4bea37fbbce3cb6ae3aad67f6))
33
- - chore(expo-audio-stream): release @siteed/expo-audio-stream@1.17.0 ([689aead](https://github.com/deeeed/expo-audio-stream/commit/689aeadedaa58050cd18e8ec1fa5ff1fcd93f0db))
34
- ## [1.17.0] - 2025-02-18
35
- ### Changed
36
- - feat(web): add audio interval analysis ([281b7e6](https://github.com/deeeed/expo-audio-stream/commit/281b7e6b1136afe0569450a9d1e3d5f01da7af28))
37
- - feat(android): implement interval visualization android ([7e9678e](https://github.com/deeeed/expo-audio-stream/commit/7e9678e23b82d8fd3d032fb1d802c925dcff254a))
38
- - feat(playground): implement intervalAnalysis and validate iOS settings (#126) ([3d35adf](https://github.com/deeeed/expo-audio-stream/commit/3d35adfcc68593c39a72a5e72b7ddf1e6ce6f1fd))
39
- - feat(ios): Make it possible to set a different interval for the audio analysis (#125) ([10a914e](https://github.com/deeeed/expo-audio-stream/commit/10a914e853deb66f9c3dec1845cab4cfcd34c6da))
40
- ## [1.16.0] - 2025-02-17
41
- ### Changed
42
- - fix(expo-audio-stream): prevent adding iOS background modes when disabled ([5c9d09c](https://github.com/deeeed/expo-audio-stream/commit/5c9d09c715ce008fe72177431224a10f5fd7a865))
43
- - fix(ios): replace CallKit with AVAudioSession for phone call detection ([e3b664b](https://github.com/deeeed/expo-audio-stream/commit/e3b664ba6925c379b323ded5fc408154e5f092c6))
44
- - chore(expo-audio-stream): release @siteed/expo-audio-stream@1.15.1 ([cbc3d10](https://github.com/deeeed/expo-audio-stream/commit/cbc3d10661a415811f1fe46cb3acaf63451a9df9))
45
- ## [1.15.1] - 2025-02-17
46
- ### Changed
47
- - fix: restore Opus compression support on iOS (#122) ([06614e6](https://github.com/deeeed/expo-audio-stream/commit/06614e6d96fa2a6af56edf0fd2e2b3966e13c8f7))
48
- - feat: dont block while emitting audio analysis ([01d91d1](https://github.com/deeeed/expo-audio-stream/commit/01d91d1504ccda8ad3569980c79fcf4ae4526a76))
49
- - chore(expo-audio-stream): release @siteed/expo-audio-stream@1.15.0 ([f94c601](https://github.com/deeeed/expo-audio-stream/commit/f94c6016ba4ce968cafbf68644199405f5991d7f))
50
- ## [1.15.0] - 2025-02-15
51
- ### Changed
52
- - fix(ios): improve audio recording interruption handling and auto-resume functionality (#119) ([7767dff](https://github.com/deeeed/expo-audio-stream/commit/7767dff09c7c8d2f2dc8558d24fd2419cb981f4d))
53
- - fix(android): improve background recording and call interruption handling (#118) ([bf19fe9](https://github.com/deeeed/expo-audio-stream/commit/bf19fe92cadbcc080c27a8aa06ba9a2f6ca841b0))
54
- ## [1.14.2] - 2025-02-13
55
- - fix: update STOP action to clear recording metadata ([3484f76](https://github.com/deeeed/expo-audio-stream/commit/3484f76331c0cc83e2384dd18a7f4555f5c5ce8d))
56
- ## [1.14.1] - 2025-02-12
57
- - fix: enable background recording by default and improve audio playground (#114) ([2f60d5e](https://github.com/deeeed/expo-audio-stream/commit/2f60d5edd96ea6d0db7cf35614bc12dcd8d9c6ed))
58
- ## [1.14.0] - 2025-02-12
59
- - fix: keepAwake issue on ios and auto resume after call (#113) ([ed8e184](https://github.com/deeeed/expo-audio-stream/commit/ed8e184c23ba26973cc9f716e1506d4d7ac4a73d))
60
- ## [1.13.2] - 2025-02-10
61
- - fix: ensure foreground service starts within required timeframe ([60dad52](https://github.com/deeeed/expo-audio-stream/commit/60dad5237c11b9a60e6239701317d52c56625d6e))
62
- ## [1.13.1] - 2025-02-10
63
- - readme update with latest demos
64
- ## [1.13.0] - 2025-02-09
65
- - Audiodecode (#104) ([173f589](https://github.com/deeeed/expo-audio-stream/commit/173f589ebe8763f7361088d150bba1d4bd2c4154))
66
- - fix: resolve background recording issues and improve status checking (#103) ([a174d50](https://github.com/deeeed/expo-audio-stream/commit/a174d50932b2ee4682f4bd6edb3eaa9a7d579bfc))
67
- ## [1.12.3] - 2025-02-08
68
- - fix: infinite rerender issue ([54a6a84](https://github.com/deeeed/expo-audio-stream/commit/54a6a8414688c9fbf897c56503c0091dcaf55e26))
69
- ## [1.12.1] - 2025-02-01
70
- - fix: improve audio recording interruption handling and consistency (#98) ([0fd5a146](https://github.com/deeeed/expo-audio-stream/pull/98))
71
- ## [1.12.0] - 2025-01-31
72
- - feat: add call state checks before starting or resuming recording (#94) ([63e70a0](https://github.com/deeeed/expo-audio-stream/commit/63e70a09f70dd8e5798094b360cf7ec8de1275e9))
73
- - feat: add custom filename and directory support for audio recordings (#92) ([2f30f9d](https://github.com/deeeed/expo-audio-stream/commit/2f30f9db2558c456f93f31b79b01cd54a57f392b))
74
- - feat: enhance compressed recording info with file size (#90) ([47254aa](https://github.com/deeeed/expo-audio-stream/commit/47254aa8cb3ae1c01138ebebce1c1d8c65afd794))
75
- ## [1.11.3] - 2025-01-25
76
- - disable duplicate notification alerts for audio stream (#82) ([12f9992](https://github.com/deeeed/expo-audio-stream/commit/12f999247cdd6b08753bcf1b481582a604826383))
77
- - feat(deps): update expo packages and dependencies to latest patch versions (#81) ([3ed0526](https://github.com/deeeed/expo-audio-stream/commit/3ed0526545623530a10757f1bbd7f877a2c31296))
78
- ## [1.11.2] - 2025-01-22
79
- - resources not cleanup properly on app kill (#80) ([7d522a5](https://github.com/deeeed/expo-audio-stream/commit/7d522a531e70065b99758aa3a4c669769fdbd110))
80
- ## [1.11.1] - 2025-01-22
81
- - chore: force deployment of 1.11.1
82
- ## [1.11.0] - 2025-01-22
83
- - feat(audio): add intelligent call interruption handling & compression improvements ([f8f6187](https://github.com/deeeed/expo-audio-stream/pull/78))
84
- ## [1.10.0] - 2025-01-14
85
- - add support for pausing and resuming compressed recordings ([bc3f629](https://github.com/deeeed/expo-audio-stream/commit/bc3f6295d060396325e0f008ff00b3be9c8722cd))
86
- - optimize notification channel settings ([daa075e](https://github.com/deeeed/expo-audio-stream/commit/daa075e668f8faf0b8d2849e18c37384bdd293b8))
87
- ## [1.9.2] - 2025-01-12
88
- - ios bitrate verification to prevent invalid values ([035a180](https://github.com/deeeed/expo-audio-stream/commit/035a1800833264edcc59724aaa8a2e12d5c78dc2))
89
- ## [1.9.1] - 2025-01-12
90
- - ios potentially missing compressed file info ([88a628c](https://github.com/deeeed/expo-audio-stream/commit/88a628c35f2bfd626a2a5de1eb6950efd814619d))
91
- ## [1.9.0] - 2025-01-11
92
- - feat(web-audio): optimize memory usage and streaming performance for web audio recording (#75) ([7b93e12](https://github.com/deeeed/expo-audio-stream/commit/7b93e12aae4bc0599b06b48ca34a60f65587fc75))
93
- ## [1.8.0] - 2025-01-10
94
- - feat(audio): implement audio compression support ([ff4e060](https://github.com/deeeed/expo-audio-stream/commit/ff4e060fef1061804c1cc0126d4344d2d50daa9a))
95
- ## [1.7.2] - 2025-01-07
96
- - fix(audio-stream): correct WAV header handling in web audio recording ([9ba7de5](https://github.com/deeeed/expo-audio-stream/commit/9ba7de5b96ca4cc937dea261c80d3fda9c99e8f4))
97
- ## [1.7.1] - 2025-01-07
98
- - update notification to avoid triggering new alerts (#71) ([32dcfc5](https://github.com/deeeed/expo-audio-stream/commit/32dcfc55daf3236babefc17016f329c177d466fd))
99
- ## [1.7.0] - 2025-01-05
100
- - feat(playground): enhance app configuration and build setup for production deployment (#58) ([929d443](https://github.com/deeeed/expo-audio-stream/commit/929d443145378b1430d215db5c00b13758420e2b))
101
- - chore(expo-audio-stream): release @siteed/expo-audio-stream@1.6.1 ([084e8ad](https://github.com/deeeed/expo-audio-stream/commit/084e8adb91da7874c9e608b55d9c7b2ffd7a8327))
102
- - fix(ios): improve audio resampling and duration tracking (#69) ([51bef49](https://github.com/deeeed/expo-audio-stream/commit/51bef493b8e167852c64b8c66a9f8a14cd34f99c))
103
- - handle paused state in stopRecording (#68) ([15eac9b](https://github.com/deeeed/expo-audio-stream/commit/15eac9bfcc3203e4a5eb5f236286ed72aafde722))
104
- - reset audio recording state properly on iOS and Android (#66) ([61e9c26](https://github.com/deeeed/expo-audio-stream/commit/61e9c261fb3a979be1894e537233d6e5a4fbdae4))
105
- - total size doesnt reset on new recording android (#64) ([f7da57b](https://github.com/deeeed/expo-audio-stream/commit/f7da57ba9d6f25870c130c54a049ba4cfad1c444))
106
- ## [1.6.1] - 2024-12-11
107
- - chore(expo-audio-stream): remove git commit step from publish script ([4a772ce](https://github.com/deeeed/expo-audio-stream/commit/4a772ce93bb7405d9b8e981f46bdf8941a71ecfe))
108
- - chore: more publishing automation ([3693021](https://github.com/deeeed/expo-audio-stream/commit/369302107f9dca9dddd8ae68e6214481a39976ac))
109
- - expo plugin files not published ([b88c446](https://github.com/deeeed/expo-audio-stream/commit/b88c44667013a901fccfe6f89dcb640ae2aae47f))
110
- - chore(expo-audio-stream): improved build publish script ([ad65a69](https://github.com/deeeed/expo-audio-stream/commit/ad65a69011273e0eab1ac0f464fc3b009fc3433d))
111
- - fix(expo-audio-stream): missing package files ([0901a1b](https://github.com/deeeed/expo-audio-stream/commit/0901a1bbbcce3111c9b5d61ade8caa48bcdd3613))
112
- - feat(expo-audio-stream): opt in debug log for plugin config ([03a0a71](https://github.com/deeeed/expo-audio-stream/commit/03a0a7168bb4f77638de51c55a1ad19c713b52dc))
113
- - fix(expo-audio-stream): include all build + sourcemaps files in the package
114
- - fix(expo-audio-stream): missing plugin files ([e56254a](https://github.com/deeeed/expo-audio-stream/commit/e56254a4ffa1c015df3d300831ba0b392958b6c8))
115
- - fix(expo-audio-stream): plugin deployment process and build system enhancements (#56) ([63fbeb8](https://github.com/deeeed/expo-audio-stream/commit/63fbeb82f56130dedeafa633e916f2ce0f8f1a67))
116
- ## [1.5.0] - 2024-12-10
117
- - UNPUBLISHED because of a bug in the build system
118
- ## [1.4.0] - 2024-12-05
119
- - chore: remove unusded dependencies ([ad81dd5](https://github.com/deeeed/expo-audio-stream/commit/ad81dd560c93dd1d04995a323a4ae72d4de20f3e))
120
- ## [1.3.1] - 2024-12-05
121
- - feat(web): implement throttling and optimize event processing (#49) ([da28765](https://github.com/deeeed/expo-audio-stream/commit/da2876524c2c9d6e0a980fde40a0197b929d8a7f))
122
- ## [1.3.0] - 2024-11-28
123
- ### Added
124
- - refactor(permissions): standardize permission status response structure across platforms (#44) ([7c9c800](https://github.com/deeeed/expo-audio-stream/commit/7c9c800d83b7cea3516643371484d5e1f3b99e4c))
125
- - fix(web): add temporary worklet initialization patch for reanimated ([2afcf02](https://github.com/deeeed/expo-audio-stream/commit/2afcf02ddc982e18a419f0132bc42200f3fdebb1))
126
- - feat: update expo-modules-core ([54ed5c5](https://github.com/deeeed/expo-audio-stream/commit/54ed5c59affa46fdf8cdc2e8048766247a4ed16c))
127
- - feat: latest expo fixes ([9cc5ac3](https://github.com/deeeed/expo-audio-stream/commit/9cc5ac39751999e5b33e11c16355557143d68d10))
128
- - feat: latest expo sdk ([258ef6c](https://github.com/deeeed/expo-audio-stream/commit/258ef6cf68e70c7855f696a01204f79b0793fdc0))
129
- ## [1.2.5] - 2024-11-12
130
- ### Added
131
- - docs(license): add MIT license to all packages (6 files changed)
132
- - fix(expo-audio-stream): return actual recording settings from startRecording on iOS #37
133
- ## [1.2.4] - 2024-11-05
134
- ### Changed
135
- - Android minimum audio interval set to 10ms.
136
- - plugin setup do not include 'notification' config by default to prevent ios version mismatch.
137
-
138
- ### Fixed
139
- - Remove frequently firing log statements on web.
140
- ## [1.2.0] - 2024-10-24
141
- ### Added
142
- - Feature: `keepAwake` Continue recording when app is in background (default is true)
143
- - Feature: Customizable recording notifications for Android and iOS
144
- - Android: Rich notification support with live waveform visualization
145
- - Android: Configurable notification actions, colors, and priorities
146
- - iOS: Integration with media player
147
- ## [1.1.17] - 2024-10-21
148
- ### Added
149
- - Support bluetooth headset on ios
150
- - Fixes: android not reading custom interval audio update
151
- ## [1.0.0] - 2024-04-01
152
- ### Added
153
- - Initial release of @siteed/expo-audio-stream.
154
- - Feature: Real-time audio streaming across iOS, Android, and web.
155
- - Feature: Configurable intervals for audio buffer receipt.
156
- - Feature: Automated microphone permissions setup in managed Expo projects.
157
- - Feature: Background audio recording on iOS.
158
- - Feature: Audio features extraction during recording.
159
- - Feature: Consistent WAV PCM recording format across all platforms.
160
-
161
- [unreleased]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@2.0.1...HEAD
162
- [2.0.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@2.0.0...@siteed/expo-audio-stream@2.0.1
163
- [2.0.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.17.0...@siteed/expo-audio-stream@2.0.0
164
- [1.17.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.16.0...@siteed/expo-audio-stream@1.17.0
165
- [1.16.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.15.1...@siteed/expo-audio-stream@1.16.0
166
- [1.15.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.15.0...@siteed/expo-audio-stream@1.15.1
167
- [1.15.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.14.2...@siteed/expo-audio-stream@1.15.0
168
- [1.14.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.14.1...@siteed/expo-audio-stream@1.14.2
169
- [1.14.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.14.0...@siteed/expo-audio-stream@1.14.1
170
- [1.14.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.13.2...@siteed/expo-audio-stream@1.14.0
171
- [1.13.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.13.1...@siteed/expo-audio-stream@1.13.2
172
- [1.13.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.13.0...@siteed/expo-audio-stream@1.13.1
173
- [1.13.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.12.3...@siteed/expo-audio-stream@1.13.0
174
- [1.12.3]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.12.2...@siteed/expo-audio-stream@1.12.3
175
- [1.12.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.12.1...@siteed/expo-audio-stream@1.12.2
176
- [1.12.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.12.0...@siteed/expo-audio-stream@1.12.1
177
- [1.12.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.11.6...@siteed/expo-audio-stream@1.12.0
178
- [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
179
- [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
180
- [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
181
- [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
182
- [1.10.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.9.2...@siteed/expo-audio-stream@1.10.0
183
- [1.9.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.9.1...@siteed/expo-audio-stream@1.9.2
184
- [1.9.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.9.0...@siteed/expo-audio-stream@1.9.1
185
- [1.9.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.8.0...@siteed/expo-audio-stream@1.9.0
186
- [1.8.0]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.7.2...@siteed/expo-audio-stream@1.8.0
187
- [1.7.2]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.7.1...@siteed/expo-audio-stream@1.7.2
188
- [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
189
- [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
190
- [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
191
- [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
192
- [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
193
- [1.3.1]: https://github.com/deeeed/expo-audio-stream/compare/@siteed/expo-audio-stream@1.3.0...@siteed/expo-audio-stream@1.3.1
194
- [Unreleased]: https://github.com/deeeed/expo-audio-stream/compare/v1.0.0...HEAD
195
- [1.0.0]: https://github.com/deeeed/expo-audio-stream/releases/tag/v1.0.0