goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
175 stars 101 forks source link

pause functionality #43

Open maxckelly opened 4 years ago

maxckelly commented 4 years ago

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?

mohity77777 commented 2 years ago

Did u find any way for pause and resume ?

maxckelly commented 2 years ago

Not yet unfortunately

mohity77777 commented 2 years ago

Do you know any lib in react native for recording audio with pause and resume functionality and with output in .wav format?

maxckelly commented 2 years ago

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.