Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Howl's stop method (webAudio) #734

Merged
merged 1 commit into from
May 19, 2017
Merged

Conversation

jaycliff
Copy link
Contributor

The previous behavior has the method return immediately if sound._node.bufferSource is null, preventing the rest of the sounds in the group to be stopped.

The previous behavior has the method return immediately if sound._node.bufferSource is null, preventing the rest of the sounds in the group to be stopped.
@agmcleod
Copy link

Just ran into this same problem myself. I ended up swapping return with continue, but that's probably a better way of doing it. Would love to see this get released :)

@goldfire goldfire merged commit 5fbe17f into goldfire:master May 19, 2017
ringcrl pushed a commit to ringcrl/howler.js that referenced this pull request Apr 21, 2019
Fix for Howl's stop method (webAudio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants