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
When audio reaches after 80% and is paused after resuming this error comes in android.
const onStartPlay = async (): Promise => {
// console.log('onStartPlay', path.current);
When audio reaches after 80% and is paused after resuming this error comes in android.
const onStartPlay = async (): Promise => {
// console.log('onStartPlay', path.current);
};
const onPausePlay = async (): Promise => {
await audioRecorderPlayer.pausePlayer();
setPlay(false);
};
The text was updated successfully, but these errors were encountered: