You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,16 +53,15 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
53
53
**Microphone support** ποΈ <br />
54
54
Grab audio data from device microphone or connected device, connect it to the audio graph or stream through the internet <br />
55
55
56
-
**Custom Audio Processor**ποΈ <br />
56
+
**Custom Audio Processor**βοΈ <br />
57
57
Write your own processing AudioNode <br />
58
58
59
-
-**Decoding support for m4a/mp4/aac/ogg/opus** π <br />
60
-
Ability to decode m4a/mp4/aac/ogg/opus audio files, allowing for playback of these formats in the audio graph.
61
-
<br />
59
+
-<sub>[](https://github.com/software-mansion/react-native-audio-api/releases/tag/0.8.0)</sub> <br />
60
+
**Decoding support for m4a/mp4/aac/ogg/opus** π <br />
61
+
Ability to decode m4a/mp4/aac/ogg/opus audio files, allowing for playback of these formats in the audio graph. <br />
62
62
63
-
-**HLS streaming support** π <br />
64
-
Ability to stream audio from HLS sources, allowing for playback of live audio streams or pre-recorded audio files.
65
-
<br />
63
+
**HLS streaming support** π <br />
64
+
Ability to stream audio from HLS sources, allowing for playback of live audio streams or pre-recorded audio files. <br />
66
65
67
66
-**JS Audio Worklets** π <br />
68
67
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.
0 commit comments