Skip to content

Commit 2c9c6a6

Browse files
authored
chore: release 0.8.0 (#645)
1 parent e756814 commit 2c9c6a6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

β€ŽREADME.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,15 @@ check out the [Getting Started](https://docs.swmansion.com/react-native-audio-ap
5353
**Microphone support** πŸŽ™οΈ <br />
5454
Grab audio data from device microphone or connected device, connect it to the audio graph or stream through the internet <br />
5555

56-
**Custom Audio Processor** πŸŽ™οΈ <br />
56+
**Custom Audio Processor** βš™οΈ <br />
5757
Write your own processing AudioNode <br />
5858

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>[![Released in 0.8.0](https://img.shields.io/badge/Released_in-0.8.0-green)](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 />
6262

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 />
6665

6766
- **JS Audio Worklets** 🐎 <br />
6867
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.

β€Žpackages/react-native-audio-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-audio-api",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
55
"bin": {
66
"setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"

0 commit comments

Comments
Β (0)