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
We got the following error frequently at MS Edge:
WEBAUDIO17055: Cannot set buffer after it has been already been set.
and it's point to the following line in _cleanUpAudioNode function:
...
try { audioNode.buffer = s._scratchBuffer; } catch(e) {}
...
jeanbenitez, noorrgb, luca-borrione, ericente and kdshop