This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
Releases: jsierles/react-native-audio
Releases · jsierles/react-native-audio
v4.3.1
2.2.0
2.0.0
Android support! Thanks @rakannimer
1.0.0
Breaking changes
play
and AudioRecorder.prepareRecordingAtPath
now requires an absolute path. See the AudioUtils
helper methods and the example project to see how to generate a path, for example, to the device Documents directory.
New features
- Added the ability to loop audio, via the
loop
andnumberOfLoops
options.
0.9.0
- Support for setting the AudioSession for playback
- Support for setting the recording format, allowing mp3, wav, etc.
- New method
checkAuthorizationStatus
to check whether microphone access was granted
Thanks to @wootwoot1234 and @hartmamt for helping out with this project!