You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.