qiuxiang / react-native-recording

React Native audio recording module used for DSP with Android + iOS
MIT License
110 stars 62 forks source link

[Question] After recording, is there a method that playback what has been recorded? #5

Closed bqkhiem96 closed 6 years ago

bqkhiem96 commented 6 years ago

Thanks @qiuxiang

qiuxiang commented 6 years ago

You should save recording data as an audio file in your own way. Like this https://webaudiodemos.appspot.com/AudioRecorder/index.html

bqkhiem96 commented 6 years ago

I see. Thank you for the answer.