An audio recording and playback library for react-native.
This is an experimental release. It handles basic recording and playback of the recording only. No settings besides the location of the audio file.
npm install react-native-audio
- In the XCode's "Project navigator", right click on project's name ➜
Add Files to <...>
- Go to
node_modules
➜react-native-audio
4 Select theAudio*Manager.*
files
In the AudioExample directory:
npm install
- open AudioExample.xcodeproj
- Run
- Documentation
- Allow setting audio properties
- Convert JS api to a react component
- Store audio to media library
- Error handling over the js bridge
- Recommend react-native-video (media) for playback
Thanks to Brent Vatne, Johannes Lumpe, Kureev Alexey and the React Native community for assistance.
Progress tracking code borrowed from https://github.com/brentvatne/react-native-video.