react-native-audio-api 0.12.0 → 0.13.0-nightly-099e173-20260421
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 +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,9 +28,6 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
|
|
|
28
28
|
- **DynamicCompressorNode 〽️**<br />
|
|
29
29
|
Reduce the volume of loud sounds and boost quieter nodes to balance the audio signal, avoid clipping or distorted sounds
|
|
30
30
|
|
|
31
|
-
- **Audio tag 🏷️**<br />
|
|
32
|
-
Simple ability to play and buffer audio, with all of the most commonly used functions, same as on the web, without the need to create and manipulate an audio graph.
|
|
33
|
-
|
|
34
31
|
- **MIDI support 🎸**<br />
|
|
35
32
|
Complementary lib for react-native-audio-api, that will allow to communicate with MIDI devices or read/write MIDI files.
|
|
36
33
|
|
|
@@ -40,6 +37,14 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
|
|
|
40
37
|
- **Noise Cancellation 🦇**<br />
|
|
41
38
|
System-based active noise and echo cancellation support
|
|
42
39
|
|
|
40
|
+
### <a href="https://github.com/software-mansion/react-native-audio-api/releases/tag/0.12.0"><img src="https://img.shields.io/badge/Released_in-0.12.0-green" /></a>
|
|
41
|
+
|
|
42
|
+
- **Audio tag 🏷️**<br />
|
|
43
|
+
Simple ability to play and buffer audio, with all of the most commonly used functions, same as on the web, without the need to create and manipulate an audio graph.
|
|
44
|
+
|
|
45
|
+
- **Recording rotation 🎤**<br />
|
|
46
|
+
Ability to chunk your recording into smaller files, increasing resilience to unpredictable events.
|
|
47
|
+
|
|
43
48
|
### <a href="https://github.com/software-mansion/react-native-audio-api/releases/tag/0.11.0"><img src="https://img.shields.io/badge/Released_in-0.11.0-green" /></a>
|
|
44
49
|
|
|
45
50
|
- **Recording to file 📼**<br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-audio-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0-nightly-099e173-20260421",
|
|
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"
|