xiqi / react-native-live-audio-stream

Get live audio stream data for React Native (works for iOS and Android)
MIT License
80 stars 33 forks source link

[Question] Can we get full file when we stop the recorder ? #7

Closed umang-simform closed 2 years ago

umang-simform commented 3 years ago

We need a similar library that can provide us buffer data to accomplish with the live transcription feature but the thing is we need to save and send the audio when the user stops the recorder. As I can see the main library has this feature so if you can provide this information then it would be really helpful.

dorthwein commented 3 years ago

Use the original package this was inspired by. See documents, long story short that package does the file write when done recording and allows for you to tap into the data stream.

umang-simform commented 2 years ago

Yeah already checked that, thanks