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
The setupPanner function calls pause then resume if the sound is playing. Pause has a 'true' flag passed to prevent the pause event firing, but play does not. This creates a situation where playing a sound then setting it's stereo panning using stereo(x, internalId) causes a second play event callback. Is this intended behaviour?
The text was updated successfully, but these errors were encountered:
The setupPanner function calls pause then resume if the sound is playing. Pause has a 'true' flag passed to prevent the pause event firing, but play does not. This creates a situation where playing a sound then setting it's stereo panning using stereo(x, internalId) causes a second play event callback. Is this intended behaviour?
The text was updated successfully, but these errors were encountered: