parthpanchalTAI

Results 1 issues of parthpanchalTAI

const audioRecorderPlayer = new AudioRecorderPlayer(); const onPausePlay = async () => { await audioRecorderPlayer.audioRecorderPlayer.pausePlayer(); }; const onStopPlay = async () => { console.log('onStopPlay'); await audioRecorderPlayer.stopPlayer(); audioRecorderPlayer.removePlayBackListener(); }; This two methods...