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

Failed to execute 'start' on 'AudioBufferSourceNode' #2351

Closed
Weedshaker opened this issue Feb 25, 2016 · 3 comments
Closed

Failed to execute 'start' on 'AudioBufferSourceNode' #2351

Weedshaker opened this issue Feb 25, 2016 · 3 comments

Comments

@Weedshaker
Copy link
Contributor

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

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)
@photonstorm
Copy link
Collaborator

Thanks, fixed in dev.

@Weedshaker
Copy link
Contributor Author

Cool! THX

@QuipHop
Copy link

QuipHop commented Dec 17, 2018

I still facing this issue on phaser + cordova (but only on Meizu phones)
Does anybody know what can it be ?

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

No branches or pull requests

3 participants