Skip to content

Releases: Okelm/react-native-audio

v4.3.1

07 Jan 06:34

Choose a tag to compare

updated build.gradle

2.2.0

19 Oct 17:40

Choose a tag to compare

  • Support AMR recording on iOS
  • Unify API on Android and iOS for playing from a URL
  • Fixed a bug preventing Android installs from working in release node

2.0.0

17 Sep 14:44

Choose a tag to compare

Android support! Thanks @rakannimer

1.0.0

19 Mar 21:34

Choose a tag to compare

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 and numberOfLoops options.

0.9.0

18 Mar 13:47

Choose a tag to compare

  • 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!