Releases: software-mansion/react-native-audio-api
Releases · software-mansion/react-native-audio-api
0.6.4
What's Changed
🐛 Bug Fixes
- Fix/android/runtime import by @maciejmakowski2003 in #527
Full Changelog: 0.6.3...0.6.4
0.6.3
What's Changed
🚀 Features
- feat/fix: update to react native 0.80.0 and fix android by @itsramiel in #511
📖 Docs
- docs: updated compatibility table and web audio mapi coverage by @maciejmakowski2003 in #521
🐛 Bug Fixes
Other Changes
- chore: released 0.6.3 by @maciejmakowski2003 in #524
New Contributors
- @itsramiel made their first contribution in #511
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
⚠️ Breaking Changes
- feat: position event in audio buffer by @mdydek in #497
- Refactor/audio buffer base source node by @maciejmakowski2003 in #504
🚀 Features
- feat: add haptics support for iOS audio sessions by @tiramisuuuu in #487
- feat: implemented decoding pcm in base64 by @maciejmakowski2003 in #486
- Cant wait to do that - PAUSE in RN-Audio-API by @maciejmakowski2003 in #491
- Enable Native External Audio Processing via TurboModules by @jerryseigle in #469
📖 Docs
- Docs/few line pages integration by @mdydek in #501
- docs: added docs for audio recorder by @mdydek in #502
🐛 Bug Fixes
- fix: remove explicit base class destructor calls in AudioRecorder subclasses by @tiramisuuuu in #488
- fix: fixed stop by @maciejmakowski2003 in #492
- fix: fixed spec alignment on android by @maciejmakowski2003 in #493
- fix: refactor param processing by @mdydek in #498
- fix: additional conditions to if that handled looping by @mdydek in #499
- Fix/android/lock screen info by @maciejmakowski2003 in #503
- fix: fixed order in ctor by @maciejmakowski2003 in #508
- fix: iOS restart engine after AVAudioSessionMediaServicesWereResetNot… by @maxpotemkin in #513
- fix: fixed lock screen skip commands for android above 12 by @maciejmakowski2003 in #514
- fix: defining memory pressure in host object by @mdydek in #515
Other Changes
- Update README.md by @michalsek in #489
- Update README.md by @michalsek in #490
- chore: released 0.6.2 by @maciejmakowski2003 in #516
New Contributors
- @tiramisuuuu made their first contribution in #487
- @jerryseigle made their first contribution in #469
- @maxpotemkin made their first contribution in #513
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
🚀 Features
- Feat/onended/added state to payload by @maciejmakowski2003 in #453
- feat: naive approach to streaming in beloved cpp by @maciejmakowski2003 in #461
📖 Docs
- docs: stereo panner node by @mdydek in #444
- docs: add docs for oscillator node by @mdydek in #442
- docs: add mention about connecting node to param by @mdydek in #460
- docs: added search bar into the documentation by @mdydek in #467
- Docs/audio manager by @mdydek in #458
- docs: added info note about plugin by @maciejmakowski2003 in #472
🐛 Bug Fixes
- fix: added possibility of disconnection between node and param in ts by @mdydek in #459
- fix: changed type of reason to string union by @mdydek in #468
- fix: fixed NativeAudioAPIModuleSpec on oldArch by @maciejmakowski2003 in #470
- fix: fixed building without withAudioAPI plugin by @maciejmakowski2003 in #471
- fix: minor fixes by @maciejmakowski2003 in #474
- fix: fixed system playback speed by @maciejmakowski2003 in #479
- fix returning status in requestRecordingPermissions by @mdydek in #473
Other Changes
- docs: Bump t-rex to stable with Docusaurus 3.7 by @patrycjakalinska in #446
- update installation docs to include metro config by @gabimoncha in #447
- fix: linted file by @mdydek in #452
- fix: number of channelCount by @mdydek in #456
- Feat/streaming/additional features by @maciejmakowski2003 in #462
- Refactor/system settings and audio engine by @maciejmakowski2003 in #466
- Chore/update readme 0.6.0 by @mdydek in #476
- Revert "Chore/update readme 0.6.0" by @mdydek in #477
- fix: possibility of connecting node to param on web by @mdydek in #475
- Fix with audio api plugin by @michalsek in #478
- Refactor/system audio settings and engines by @maciejmakowski2003 in #480
- chore: released 0.6.1 by @maciejmakowski2003 in #485
New Contributors
- @patrycjakalinska made their first contribution in #446
- @gabimoncha made their first contribution in #447
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
🚀 Features
- Audio controls IOS by @maciejmakowski2003 in #371
- Feat/android/audio controls by @maciejmakowski2003 in #393
- Audio Recorder Node by @michalsek in #396
- Feat/android/audio recorder by @maciejmakowski2003 in #411
- feat: useSystemVolume hook for ios by @mdydek in #415
- feat: useSystemVolume hook for android by @mdydek in #414
- Feat/ios/audio recorder/custom sample rate by @maciejmakowski2003 in #419
- feat: added custom buffer length on iOS by @maciejmakowski2003 in #423
- feat: request recording permissions for android and ios by @mdydek in #421
- feat: added logic for connecting node to param by @mdydek in #432
- feat: first implementation of new audio param by @mdydek in #430
- Feat/audio event handler by @maciejmakowski2003 in #433
🐛 Bug Fixes
- Fix/old arch/android/blocking synchronous method by @maciejmakowski2003 in #395
- fix: canvas wrapper for proper display of charts by @mdydek in #401
- fix: create thread on constructor, after others are initialized by @orange4glace in #405
- fix: fixed event name typo by @maciejmakowski2003 in #407
- fix: onended callback calling twice by @maciejmakowski2003 in #408
- fix: remove playing nodes from destruction by @mdydek in #410
- Cleanup readme and add roadmap by @michalsek in #416
- Fix/audio-engine by @maciejmakowski2003 in #413
- Fix/analyser node/wrong offset while copying by @maciejmakowski2003 in #422
- docs: fix highlighted sections in lets-make-some-noise by @kacperkapusciak in #426
- fix: get rid of round that caused frequency to be always int by @mdydek in #440
- fix: fixed reject wrapper in jsi promise by @maciejmakowski2003 in #438
- Fix/android/audio recorder/missing last audio chunk by @maciejmakowski2003 in #437
Other Changes
- Refactor/stretcher by @maciejmakowski2003 in #394
- Refactor/audio manager module by @maciejmakowski2003 in #398
- Chore/cmake cxx flags by @maciejmakowski2003 in #406
- Chore/rn audio api plugin by @maciejmakowski2003 in #399
- chore: released 0.6.0-rc.1 by @maciejmakowski2003 in #409
- Release/0.6.0 rc.2 by @maciejmakowski2003 in #418
- chore: released 0.6.0-rc.3 by @maciejmakowski2003 in #420
- chore: released 0.6.0-rc.4 by @maciejmakowski2003 in #424
- Refactor/circular audio array by @maciejmakowski2003 in #425
- Release/0.6.0 rc.5 by @maciejmakowski2003 in #427
- Fix/get rid of singletons and refactor modules by @maciejmakowski2003 in #431
- chore: released 0.6.0 and fixed merge changes by @maciejmakowski2003 in #448
New Contributors
- @mdydek made their first contribution in #401
- @orange4glace made their first contribution in #405
- @kacperkapusciak made their first contribution in #426
Full Changelog: 0.5.6...0.6.0
0.6.0-rc.5
What's Changed
🚀 Features
🐛 Bug Fixes
- docs: fix highlighted sections in lets-make-some-noise by @kacperkapusciak in #426
Other Changes
- Refactor/circular audio array by @maciejmakowski2003 in #425
- Release/0.6.0 rc.5 by @maciejmakowski2003 in #427
New Contributors
- @kacperkapusciak made their first contribution in #426
Full Changelog: 0.6.0-rc.4...0.6.0-rc.5
0.6.0-rc.4
What's Changed
🚀 Features
- feat: added custom buffer length on iOS by @maciejmakowski2003 in #423
🐛 Bug Fixes
- Fix/analyser node/wrong offset while copying by @maciejmakowski2003 in #422
Other Changes
- chore: released 0.6.0-rc.4 by @maciejmakowski2003 in #424
Full Changelog: 0.6.0-rc.3...0.6.0-rc.4
0.6.0-rc.3
What's Changed
🚀 Features
- Feat/ios/audio recorder/custom sample rate by @maciejmakowski2003 in #419
Other Changes
- chore: released 0.6.0-rc.3 by @maciejmakowski2003 in #420
Full Changelog: 0.6.0-rc.2...0.6.0-rc.3
0.6.0-rc.2
What's Changed
🚀 Features
- Audio Recorder Node by @michalsek in #396
- Feat/android/audio recorder by @maciejmakowski2003 in #411
- feat: useSystemVolume hook for ios by @mdydek in #415
- feat: useSystemVolume hook for android by @mdydek in #414
🐛 Bug Fixes
- fix: remove playing nodes from destruction by @mdydek in #410
- Cleanup readme and add roadmap by @michalsek in #416
- Fix/audio-engine by @maciejmakowski2003 in #413
Other Changes
- Release/0.6.0 rc.2 by @maciejmakowski2003 in #418
Full Changelog: 0.6.0-rc.1...0.6.0-rc.2
0.6.0-rc.1
What's Changed
🚀 Features
- Feat/android/audio controls by @maciejmakowski2003 in #393
🐛 Bug Fixes
- fix: fixed event name typo by @maciejmakowski2003 in #407
- fix: onended callback calling twice by @maciejmakowski2003 in #408
Other Changes
- Refactor/audio manager module by @maciejmakowski2003 in #398
- fix: canvas wrapper for proper display of charts by @mdydek in #401
- fix: create thread on constructor, after others are initialized by @orange4glace in #405
- Chore/cmake cxx flags by @maciejmakowski2003 in #406
- Chore/rn audio api plugin by @maciejmakowski2003 in #399
- chore: released 0.6.0-rc.1 by @maciejmakowski2003 in #409
New Contributors
- @mdydek made their first contribution in #401
- @orange4glace made their first contribution in #405
Full Changelog: 0.6.0-rc.0...0.6.0-rc.1