Releases: software-mansion/react-native-audio-api
Releases · software-mansion/react-native-audio-api
0.2.0
What's Changed
- Refactor/base audio context by @maciejmakowski2003 in #179
- Refactor/ts interface by @maciejmakowski2003 in #181
- refactor: moved normalizing to AudioDestinationNode by @maciejmakowski2003 in #183
- fix: fixed getting bridge in AudioAPIModule on IOS by @maciejmakowski2003 in #192
- Feat/get frequency response method by @maciejmakowski2003 in #184
- [#189] Move playNote function outside of usePlayer hook scope by @michalsek in #196
- Feat/fabric example rn 0.76 by @maciejmakowski2003 in #194
- Chore/spell checker by @maciejmakowski2003 in #195
- [#190] Fix usePlayer and related hooks to not rely on instrument order and their indexes by @michalsek in #200
- Refactor/throwing and handling errors by @maciejmakowski2003 in #197
- Chore/spell checker by @maciejmakowski2003 in #202
- feat: updated config by @maciejmakowski2003 in #203
- Add example video link/thumbnail to readme by @michalsek in #204
- Feat/periodic wave by @maciejmakowski2003 in #205
- fix: switch from kfr to fftw3 by @maciejmakowski2003 in #212
- [#201] [Core] AudioBus - support for multiple node connections and mixed amount of channels by @michalsek in #206
- fix: do not close audio context for now in useplayer hook by @michalsek in #213
Full Changelog: 0.1.0...0.2.0
0.1.0
Features in the release
- Implemented Nodes:
- AudioBuffer
- AudioDestinationNode
- AudioNode
- AudioScheduledSourceNode
- GainNode
- StereoPannerNode
- Partial implementation
- AudioContext
- AudioBufferSourceNode
- BaseAudioContext
- OscillatorNode
- BiquadFilterNode
Checkout our coverage doc for more details 🚧
New Contributors
- @maciejmakowski2003 made their first contribution in #6
- @michalsek made their first contribution in #7
- @hubgan made their first contribution in #11
Full Changelog: https://github.com/software-mansion-labs/react-native-audio-api/commits/0.1.0