@siteed/expo-audio-stream 0.1.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.
- package/.eslintrc.js +2 -0
- package/README.md +85 -0
- package/android/.gradle/8.1.1/checksums/checksums.lock +0 -0
- package/android/.gradle/8.1.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/8.1.1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.1.1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.1.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.1.1/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/build.gradle +92 -0
- package/android/src/main/AndroidManifest.xml +4 -0
- package/android/src/main/java/net/siteed/audiostream/ExpoAudioStreamModule.kt +318 -0
- package/app.plugin.js +1 -0
- package/build/ExpoAudioStream.types.d.ts +23 -0
- package/build/ExpoAudioStream.types.d.ts.map +1 -0
- package/build/ExpoAudioStream.types.js +3 -0
- package/build/ExpoAudioStream.types.js.map +1 -0
- package/build/ExpoAudioStreamModule.d.ts +3 -0
- package/build/ExpoAudioStreamModule.d.ts.map +1 -0
- package/build/ExpoAudioStreamModule.js +5 -0
- package/build/ExpoAudioStreamModule.js.map +1 -0
- package/build/ExpoAudioStreamModule.web.d.ts +35 -0
- package/build/ExpoAudioStreamModule.web.d.ts.map +1 -0
- package/build/ExpoAudioStreamModule.web.js +143 -0
- package/build/ExpoAudioStreamModule.web.js.map +1 -0
- package/build/index.d.ts +9 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +21 -0
- package/build/index.js.map +1 -0
- package/build/useAudioRecording.d.ts +15 -0
- package/build/useAudioRecording.d.ts.map +1 -0
- package/build/useAudioRecording.js +118 -0
- package/build/useAudioRecording.js.map +1 -0
- package/expo-module.config.json +9 -0
- package/ios/AudioStreamManager.swift +168 -0
- package/ios/ExpoAudioStream.podspec +27 -0
- package/ios/ExpoAudioStreamModule.swift +133 -0
- package/package.json +61 -0
- package/plugin/build/index.d.ts +5 -0
- package/plugin/build/index.js +17 -0
- package/plugin/src/index.ts +27 -0
- package/plugin/tsconfig.json +9 -0
- package/release-it.js +18 -0
- package/src/ExpoAudioStream.types.ts +25 -0
- package/src/ExpoAudioStreamModule.ts +5 -0
- package/src/ExpoAudioStreamModule.web.ts +162 -0
- package/src/index.ts +29 -0
- package/src/useAudioRecording.ts +141 -0
- package/tsconfig.json +9 -0
- package/yarn-error.log +72 -0
package/yarn-error.log
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
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
|