You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because self._node doesn't exist. I tried changing that to !sound._node.ended, because that location DOES exist, but the bug persists, because sound._node.ended always returns false.
I can replicate this in IE or Chrome, as long as .html5 = true is set. By removing the above lines, everything works fine.
I preload all sounds, and pass to Howler as a blob ... the opposite use case for why this code was introduced!
The text was updated successfully, but these errors were encountered:
The commit stop html5 audio working for me (webaudio is fine)
39ac41c
Lines 1655 to 1661.
The following part of that gives an error
Because self._node doesn't exist. I tried changing that to !sound._node.ended, because that location DOES exist, but the bug persists, because sound._node.ended always returns false.
I can replicate this in IE or Chrome, as long as .html5 = true is set. By removing the above lines, everything works fine.
I preload all sounds, and pass to Howler as a blob ... the opposite use case for why this code was introduced!
The text was updated successfully, but these errors were encountered: