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
Suspend and resume the audio context to create a pause button. This should be used with createAudioWorker as an error will be thrown when suspend is called on an offline audio context. You can also pause single sounds with Sound.pause(). Please read <a href="https://developer.mozilla.org/de/docs/Web/API/AudioContext/suspend>dev docs
The text was updated successfully, but these errors were encountered:
Suspend and resume the audio context to create a pause button. This should be used with createAudioWorker as an error will be thrown when suspend is called on an offline audio context. You can also pause single sounds with Sound.pause(). Please read <a href="https://developer.mozilla.org/de/docs/Web/API/AudioContext/suspend>dev docs
The text was updated successfully, but these errors were encountered: