react-native-audio-api 0.10.0-nightly-d3a7f65-20251028 → 0.10.0-nightly-dedc2a2-20251029
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/RNAudioAPI.podspec +0 -6
- package/package.json +1 -1
package/RNAudioAPI.podspec
CHANGED
|
@@ -50,8 +50,6 @@ Pod::Spec.new do |s|
|
|
|
50
50
|
external_dir_relative = "common/cpp/audioapi/external"
|
|
51
51
|
lib_dir = "$(PROJECT_DIR)/#{rn_audio_dir_relative}/#{external_dir_relative}/$(PLATFORM_NAME)"
|
|
52
52
|
|
|
53
|
-
external_dir = File.join(__dir__, "common/cpp/audioapi/external")
|
|
54
|
-
|
|
55
53
|
s.ios.vendored_frameworks = [
|
|
56
54
|
'common/cpp/audioapi/external/libavcodec.xcframework',
|
|
57
55
|
'common/cpp/audioapi/external/libavformat.xcframework',
|
|
@@ -92,10 +90,6 @@ s.user_target_xcconfig = {
|
|
|
92
90
|
$(inherited)
|
|
93
91
|
$(PODS_ROOT)/Headers/Public/RNAudioAPI
|
|
94
92
|
$(PODS_TARGET_SRCROOT)/common/cpp
|
|
95
|
-
#{external_dir}/include
|
|
96
|
-
#{external_dir}/include/opus
|
|
97
|
-
#{external_dir}/include/vorbis
|
|
98
|
-
#{external_dir}/ffmpeg_include
|
|
99
93
|
].join(' ')
|
|
100
94
|
}
|
|
101
95
|
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-audio-api",
|
|
3
|
-
"version": "0.10.0-nightly-
|
|
3
|
+
"version": "0.10.0-nightly-dedc2a2-20251029",
|
|
4
4
|
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
|
|
5
5
|
"bin": {
|
|
6
6
|
"setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"
|