Releases: zmxv/react-native-sound
Releases · zmxv/react-native-sound
0.13.0
What's Changed
- React Native New Architecture support Done by @SolankiYogesh in #850
- Improve loop count documentation, especially from Android's point of view by @karhatsu in #751
- fix ios pause check by @varungupta85 in #736
- Fix misleading documentation on setSpeed method by @vkourtis in #809
- added automatic linking instruction by @abdemirza in #787
- add namespace in android/build.gradle by @Rumanali786 in #848
- remove buggy url encoding by @KnowYourLines in #830
- fix: Handle ESModule export of resolveAssetSource by @csychenci in #856
New Contributors
- @karhatsu made their first contribution in #751
- @vkourtis made their first contribution in #809
- @abdemirza made their first contribution in #787
- @Rumanali786 made their first contribution in #848
- @KnowYourLines made their first contribution in #830
- @SolankiYogesh made their first contribution in #850
- @csychenci made their first contribution in #856
Full Changelog: v0.11.2...v0.13.0
v0.12.0
What's Changed
- Improve loop count documentation, especially from Android's point of view by @karhatsu in #751
- fix ios pause check by @varungupta85 in #736
- Fix misleading documentation on setSpeed method by @vkourtis in #809
- added automatic linking instruction by @abdemirza in #787
- React Native New Architecture support Done by @SolankiYogesh in #850
New Contributors
- @karhatsu made their first contribution in #751
- @vkourtis made their first contribution in #809
- @abdemirza made their first contribution in #787
- @SolankiYogesh made their first contribution in #850
Full Changelog: v0.11.2...v0.12.0
v0.11.2
v0.11.1
v0.10.11
v0.10.10
A well needed release
This is a loaded release. They are many fixes and new features.
Here's just a sample of the fixes and features in this release.
- Loaded Flag changes by @gvenk 1b59916
- Support for iTunes Asset URL by @kurokky 9f5d1ba
- new method
getDurationby @tiendn ea53015 - Now support React-Native
0.48. Thanks, @SimonRobinson 1df58da - Allow setting the audio stream type for sounds on Android. Thanks @jkimbo 2eb25e6
- Fix a premature collection of MediaPlayer on Android. Thanks, @jamesreggio 1227d55
- Android setCategory. Thanks, @jkimbo a6ca0d2
- Pause/resume when I pull out the headphones or receive an incoming call. Thanks, @kurokky ab7389c
- Use a hash function to compute key based on file name. Thanks, @varungupta85 42f3295
Other fixes from
v0.10.4
v0.10.2
- Added typescript typings (#192)
- Added callbacks to stop and pause, because the RN bridge is asynchronous (#167)
Windows
- Added the ability to configure "SMTC integration" for Windows apps. (#183)
Android
- Catch IllegalStateException when trying to play file-based audio (#205)
- Preventing crash due to illegal callback invocation (#202)
- Add method to turn on speakers in android (#194)
iOS
- iOS: Fix download of remote files (#200)
Check out the various audio files and locations supported using https://github.com/zmxv/react-native-sound-demo.