Open
Description
Describe the bug
setCurrentAudioTime is taking the indicator correctly to the given time,
but when i use togglePauseResume() it starts from the old time stamp,
i think setCurrentAudioTime it is not updating
To Reproduce Steps to reproduce the behavior:
- Play the recording let jump to any second expect 0
- Use the function recorderControls.setCurrentAudioTime(0);
- Then call the funciton recorderControls.togglePauseResume()
- See the error that time is not updated properly
Expected behavior
When i do togglePauseResume it should play from 0 seconds
** Package info **
2.0.2
** Additional context **
const restartPlayback = () => {
recorderControls.setCurrentAudioTime(0);
recorderControls.togglePauseResume()
}
Metadata
Metadata
Assignees
Labels
No labels