react-native-audio-api 0.7.0-nightly-b7b8078-20250805 → 0.7.1-nightly-3d6dbdf-20250805
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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,9 +42,14 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
|
|
|
42
42
|
- <sub>[](https://github.com/software-mansion/react-native-audio-api/releases/tag/0.6.0)</sub> **Connect audio param** 🤞 <br />
|
|
43
43
|
Ability to connect Audio nodes to audio params, which will allow for powerful and efficient modulation of audio parameters, creating effects like tremolo, vibrato or complex envelope followers. <br />
|
|
44
44
|
|
|
45
|
-
-
|
|
45
|
+
- <sub>[](https://github.com/software-mansion/react-native-audio-api/releases/tag/0.7.0)</sub>
|
|
46
|
+
**Microphone support** 🎙️ <br />
|
|
46
47
|
Grab audio data from device microphone or connected device, connect it to the audio graph or stream through the internet <br />
|
|
47
48
|
|
|
49
|
+
- <sub>[](https://github.com/software-mansion/react-native-audio-api/releases/tag/0.7.0)</sub>
|
|
50
|
+
**Custom Audio Processor** 🎙️ <br />
|
|
51
|
+
Write your own processing AudioNode <br />
|
|
52
|
+
|
|
48
53
|
- **JS Audio Worklets** 🐎 <br />
|
|
49
54
|
Ability to run JS functions connected to the audio graph running on audio thread allowing for full customization of what happens to the audio signal.
|
|
50
55
|
<br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-audio-api",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1-nightly-3d6dbdf-20250805",
|
|
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"
|