Releases: software-mansion-labs/react-native-audio-api
Releases · software-mansion-labs/react-native-audio-api
0.3.2
What's Changed
- Docs by @michalsek in #236
- Feat/audio param methods by @maciejmakowski2003 in #238
- Publish docs to github pages workflow by @michalsek in #239
- feat: first? iteration of the piano tutorial by @michalsek in #240
- Fix/jsi and ts bugs by @maciejmakowski2003 in #244
- Fix/audio converter by @maciejmakowski2003 in #245
- Fixes: ASSN, piano minimal sound length, usePlayer timing by @michalsek in #249
- Chore/arch and version support by @maciejmakowski2003 in #251
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- fix: base audio context construction + audio player start stop events by @michalsek in #215
- Feat/audio from url by @maciejmakowski2003 in #217
- feat: decode audio data source with promise by @michalsek in #220
- Piano based on samples by @michalsek in #221
- Text to speech example by @michalsek in #216
- feat: simple web audio api wrappers by @michalsek in #224
- fix: replace icon pack with working one by @michalsek in #225
- fix: correct buffer lengths on real ios devices by @michalsek in #231
- feat: playing audio source android by @maciejmakowski2003 in #219
- Fix/audio file and piano by @maciejmakowski2003 in #232
- [AudioBufferSourceNode] add detune, playbackRate, loopStart, loopEnd parameters by @michalsek in #233
- Refactor/jsi and jni by @maciejmakowski2003 in #235
Full Changelog: 0.2.0...0.3.1
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