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
When I do allSounds.play('sound1', { speed: 0.5 }) the pitch doesn't change and I get a Uncaught TypeError: n.complete is not a function. What would be the right approach?
The text was updated successfully, but these errors were encountered:
Hi,
When I do
allSounds.play('sound1', { speed: 0.5 })
the pitch doesn't change and I get aUncaught TypeError: n.complete is not a function
. What would be the right approach?The text was updated successfully, but these errors were encountered: