mspae / react-wavesurfer

React component wrapper for wavesurfer.js
BSD 3-Clause "New" or "Revised" License
108 stars 46 forks source link

Wave stops advancing/sending callbacks when running on Safari (mac) #67

Closed pinhassi closed 7 years ago

pinhassi commented 7 years ago

Use case:

  1. Open file and play when ready - sounds plays, wave advancing, onPosChange is called (OK).
  2. Pause player - Sound stops, wave not advancing, onPosChange callback is not called (OK).
  3. Play again - Sound plays, wave not advancing, onPosChange callback is not called (BUG).
  4. Click on wave to seek - sound switches to new position, onSeek is called, wave switch position but doesn't advance according to playback (BUG).
mspae commented 7 years ago

I think this is a bug with wavesurfer. Closing this issue. Please comment/reopen if you feel different.