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
This is because there is no unpause trait in AudioSinkPlayback. When the FMOD event is paused toggle() will call play() from AudioSinkPlayback but this is not sufficient.
The text was updated successfully, but these errors were encountered:
This is because there is no unpause trait in
AudioSinkPlayback
. When the FMOD event is pausedtoggle()
will callplay()
fromAudioSinkPlayback
but this is not sufficient.The text was updated successfully, but these errors were encountered: