@siteed/expo-audio-stream 0.1.0 → 0.2.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/README.md +75 -6
- package/android/src/main/java/net/siteed/audiostream/ExpoAudioStreamModule.kt +129 -49
- package/build/ExpoAudioStream.types.d.ts +8 -3
- package/build/ExpoAudioStream.types.d.ts.map +1 -1
- package/build/ExpoAudioStream.types.js +0 -1
- package/build/ExpoAudioStream.types.js.map +1 -1
- package/build/ExpoAudioStreamModule.js +2 -2
- package/build/ExpoAudioStreamModule.js.map +1 -1
- package/build/ExpoAudioStreamModule.web.d.ts +3 -3
- package/build/ExpoAudioStreamModule.web.d.ts.map +1 -1
- package/build/ExpoAudioStreamModule.web.js +27 -17
- package/build/ExpoAudioStreamModule.web.js.map +1 -1
- package/build/index.d.ts +4 -5
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -11
- package/build/index.js.map +1 -1
- package/build/useAudioRecording.d.ts +4 -4
- package/build/useAudioRecording.d.ts.map +1 -1
- package/build/useAudioRecording.js +64 -65
- package/build/useAudioRecording.js.map +1 -1
- package/ios/AudioStreamManager.swift +189 -37
- package/ios/ExpoAudioStreamModule.swift +21 -12
- package/package.json +9 -3
- package/plugin/build/index.d.ts +1 -1
- package/plugin/build/index.js +4 -4
- package/plugin/src/index.ts +14 -8
- package/src/ExpoAudioStream.types.ts +20 -11
- package/src/ExpoAudioStreamModule.ts +2 -2
- package/src/ExpoAudioStreamModule.web.ts +165 -149
- package/src/index.ts +15 -13
- package/src/useAudioRecording.ts +146 -127
- package/yarn-error.log +0 -72
package/yarn-error.log
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
Arguments:
|
|
2
|
-
/Users/arthurbreton/.asdf/installs/nodejs/18.19.1/bin/node /Users/arthurbreton/.cache/node/corepack/yarn/1.22.19/bin/yarn.js
|
|
3
|
-
|
|
4
|
-
PATH:
|
|
5
|
-
/Users/arthurbreton/.asdf/plugins/nodejs/shims:/Users/arthurbreton/.asdf/installs/nodejs/18.19.1/.npm/bin:/Users/arthurbreton/.asdf/installs/nodejs/18.19.1/bin:/Users/arthurbreton/.docker/bin:/Users/arthurbreton/.asdf/shims:/opt/homebrew/opt/asdf/libexec/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/opt/homebrew/opt/libpq/bin:/Users/arthurbreton/Library/Android/sdk/platform-tools:/Users/arthurbreton/.docker/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/arthurbreton/.cargo/bin:/anaconda3/bin:/Users/arthurbreton/.foundry/bin:/opt/homebrew/anaconda3/bin
|
|
6
|
-
|
|
7
|
-
Yarn version:
|
|
8
|
-
1.22.19
|
|
9
|
-
|
|
10
|
-
Node version:
|
|
11
|
-
18.19.1
|
|
12
|
-
|
|
13
|
-
Platform:
|
|
14
|
-
darwin arm64
|
|
15
|
-
|
|
16
|
-
Trace:
|
|
17
|
-
SyntaxError: /Users/arthurbreton/Library/Caches/Yarn/v6/npm-xcode-3.0.1-3efb62aac641ab2c702458f9a0302696146aa53c-integrity/node_modules/xcode/package.json: Unexpected end of JSON input
|
|
18
|
-
at JSON.parse (<anonymous>)
|
|
19
|
-
at /Users/arthurbreton/.cache/node/corepack/yarn/1.22.19/lib/cli.js:1629:59
|
|
20
|
-
at Generator.next (<anonymous>)
|
|
21
|
-
at step (/Users/arthurbreton/.cache/node/corepack/yarn/1.22.19/lib/cli.js:310:30)
|
|
22
|
-
at /Users/arthurbreton/.cache/node/corepack/yarn/1.22.19/lib/cli.js:321:13
|
|
23
|
-
|
|
24
|
-
npm manifest:
|
|
25
|
-
{
|
|
26
|
-
"name": "expo-audio-stream",
|
|
27
|
-
"version": "0.1.0",
|
|
28
|
-
"description": "stream audio crossplatform",
|
|
29
|
-
"main": "build/index.js",
|
|
30
|
-
"types": "build/index.d.ts",
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "expo-module build",
|
|
33
|
-
"clean": "expo-module clean",
|
|
34
|
-
"lint": "expo-module lint",
|
|
35
|
-
"test": "expo-module test",
|
|
36
|
-
"prepare": "expo-module prepare",
|
|
37
|
-
"prepublishOnly": "expo-module prepublishOnly",
|
|
38
|
-
"expo-module": "expo-module",
|
|
39
|
-
"open:ios": "open -a \"Xcode\" example/ios",
|
|
40
|
-
"open:android": "open -a \"Android Studio\" example/android"
|
|
41
|
-
},
|
|
42
|
-
"keywords": [
|
|
43
|
-
"react-native",
|
|
44
|
-
"expo",
|
|
45
|
-
"expo-audio-stream",
|
|
46
|
-
"ExpoAudioStream"
|
|
47
|
-
],
|
|
48
|
-
"repository": "https://github.com/deeeed/expo-audio-stream",
|
|
49
|
-
"bugs": {
|
|
50
|
-
"url": "https://github.com/deeeed/expo-audio-stream/issues"
|
|
51
|
-
},
|
|
52
|
-
"author": "Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)",
|
|
53
|
-
"license": "MIT",
|
|
54
|
-
"homepage": "https://github.com/deeeed/expo-audio-stream#readme",
|
|
55
|
-
"dependencies": {},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@types/react": "^18.0.25",
|
|
58
|
-
"expo-module-scripts": "^3.4.1",
|
|
59
|
-
"expo-modules-core": "^1.11.12"
|
|
60
|
-
},
|
|
61
|
-
"peerDependencies": {
|
|
62
|
-
"expo": "*",
|
|
63
|
-
"react": "*",
|
|
64
|
-
"react-native": "*"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
yarn manifest:
|
|
69
|
-
No manifest
|
|
70
|
-
|
|
71
|
-
Lockfile:
|
|
72
|
-
No lockfile
|