Releases: birdofpreyru/react-native-audio
Releases · birdofpreyru/react-native-audio
v1.11.0
Breaking Changes
- [#30] Project migrated to the latest [email protected].
Other Updates
- Update of dependencies.
v1.10.3
- [#28] Android: getInputAvailable() — Support of older Android SDKs (23–27).
- Update of dependencies.
v1.10.2
v1.10.0
Breaking Changes
- [#24] Upgrade to [email protected].
- macOS (Catalyst) builds are broken (see #25).
Other Updates
- Update of dependencies.
v1.9.0
- Upgrade to [email protected].
- Update of dependencies.
v1.8.0
- [#21] Upgrade to [email protected]. Native Android code migrated from Java to Kotlin. Example app setup now requires Yarn to run (does not work with NPM anymore).
v1.7.7
- [#19] Android: Patches SamplePlayer.play() — it missed to resolve its promise when the playback was started successfully.
v1.7.6
- iOS: Patches SamplePlayer.play() to ensure that in case of an error the original error code from
AVAudioEngine
is passed to RN layer with the error.
v1.7.5
- [#18] Patches SamplePlayer for Android 11.
- Updates dependencies.
v1.7.4
- iOS: SamplePlayer is re-implemented, to achieve smooth experience when samples need to be played with a low latency, and accurate timing, in a short succession.