react-native-audio-record
react-native-audio-record copied to clipboard
pause functionality
Hi,
Thanks for your amazing work this is by far the best package I have found for audio recording with React Native. This isn't an issue more a question about features. Do you plan on adding a pause functionality in the near future?
Did u find any way for pause and resume ?
Not yet unfortunately
Do you know any lib in react native for recording audio with pause and resume functionality and with output in .wav format?
Audio recorder player might do the trick? https://www.npmjs.com/package/react-native-audio-recorder-player or expo-av? I personally found this one the best and we're streaming audio to a server so it allowed us to do that with ease.