goodatlas / react-native-audio-record

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

Not able to fetch recorded audio file #83

Open ZamsolSupportTeam opened 1 year ago

ZamsolSupportTeam commented 1 year ago

After stop Recording i'm not able to get base64 audio chanks. AudioRecord.on('data', data => { // base64-encoded audio data chunks }); Above function return error " Sending data with no listener registered". Can you please help.