-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Failed to execute 'start' on 'AudioBufferSourceNode' #2351
Comments
photonstorm
added a commit
that referenced
this issue
Feb 26, 2016
…ontextNode.start with negative position offsets will no longer throw errors (thanks @Weedshaker #2351)
Thanks, fixed in dev. |
Cool! THX |
I still facing this issue on phaser + cordova (but only on Meizu phones) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I get this error:
Uncaught InvalidStateError: Failed to execute 'start' on 'AudioBufferSourceNode': The offset provided (-29.173) is less than the minimum bound (0).
since updated to 2.4.6 when resuming sound. I guess it may could be fixed with a simple check on the variable set to start. var < 0 ? 0 : var. But I don't know where.
THX
The text was updated successfully, but these errors were encountered: