Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upJS error playing Swoop demo #26272
Open
JS error playing Swoop demo #26272
Projects
Comments
Member
jdm
commented
Apr 22, 2020
|
This exception comes from . The JS in question isthis.source.start(0,this.startOffset%this.source.buffer.duration). this.source is an AudioBufferSourceNode, and this.source.buffer (I think) the result of decodeAudioData. Presumably either startOffset or the buffer's duration is a non-finite value, so the % calculation becomes non-finite.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment