danielstern/ngAudio

OGG files cant replay(restart|| play again)

schirrel opened this issue · 0 comments

I am using ngAudio with a vairous of files, but when i use with ogg i cant play it again.
it gives:

DOMException: The play() request was interrupted by a call to pause()

  1. i have tryied to play again with : .play()
  2. also with: restart() and play()

with the 1st i got the DOMException
wuth the 2nd i have no error but nothing happends.

Someone with the same error?