Skip to content

Commit eed30a5

Browse files
committed
chore: readme update
1 parent f883117 commit eed30a5

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,8 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
1919

2020
### Planned
2121

22-
### <img src="https://img.shields.io/badge/Coming_in-0.9.0-orange" />
23-
24-
- **JS Audio Worklets V1 🐎**<br />
25-
Receive events and data callbacks from audio thread to synchronize with UI on UI thread.
26-
2722
### <img src="https://img.shields.io/badge/Coming_in-x.x.x-orange" />
2823

29-
- **Convolver Node 🐐**<br />
30-
Realistic reverb and spatial effects in the browser by applying impulse responses. It makes audio sound like it’s being played in real spaces, from small rooms to cathedrals, or through hardware like amps and speakers
31-
32-
- **Decoding and utility modules 🔧**<br />
33-
Decode and modify audio data without the need to create AudioContext first through a set of utility classes
34-
3524
- **DynamicCompressorNode 〽️**<br />
3625
Reduce the volume of loud sounds and boost quieter nodes to balance the audio signal, avoid clipping or distorted sounds
3726

@@ -47,9 +36,22 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
4736
- **Noise Cancellation 🦇**<br />
4837
System-based active noise and echo cancellation support
4938

39+
### <a href="https://github.com/software-mansion/react-native-audio-api/releases/tag/0.10.0"><img src="https://img.shields.io/badge/Released_in-0.10.0-green" /></a>
40+
41+
- **Decoding and utility modules 🔧**<br />
42+
Decode and modify audio data without the need to create AudioContext first through a set of utility classes
43+
44+
- **Convolver Node 🐐**<br />
45+
Realistic reverb and spatial effects in the browser by applying impulse responses. It makes audio sound like it’s being played in real spaces, from small rooms to cathedrals, or through hardware like amps and speakers
46+
5047
- **JS Audio Worklets V2 🐎**<br />
5148
Customize the process pipeline with JS functions running on audio thread.
5249

50+
### <a href="https://github.com/software-mansion/react-native-audio-api/releases/tag/0.9.0"><img src="https://img.shields.io/badge/Released_in-0.9.0-green" /></a>
51+
52+
- **JS Audio Worklets V1 🐎**<br />
53+
Receive events and data callbacks from audio thread to synchronize with UI on UI thread.
54+
5355
### <a href="https://github.com/software-mansion/react-native-audio-api/releases/tag/0.8.0"><img src="https://img.shields.io/badge/Released_in-0.8.0-green" /></a>
5456

5557
- **Decoding support for m4a/mp4/aac/ogg/opus 📁** <br />

0 commit comments

Comments
 (0)