danielstern / ngAudio

Angular Directive for Playing Sounds
http://danielstern.github.io/ngAudio/#/
MIT License
369 stars 137 forks source link

draging audio progress bar back breaks the audio timming #177

Closed chuksleo closed 7 years ago

chuksleo commented 7 years ago

when playing an audio and you drag the progress bar back most times it breaks and the audio still continues from the time you were before going back. Please this needs a fix thanks. the only way to work around is to stop and play audio again

danielstern commented 7 years ago

You need to make sure that unbind() is not being called, automatic rebinding of audio time is dependent on that