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
I am uploading any audio file with the Html Input.
This audio file will be read via FileReader and added to the Pixi SoundLibrary via url as base64.
When playing the audio, then pausing it, stopping all audios the paused audio does not reset and remains in a paused state.
I am uploading any audio file with the Html Input.
This audio file will be read via FileReader and added to the Pixi SoundLibrary via url as base64.
When playing the audio, then pausing it, stopping all audios the paused audio does not reset and remains in a paused state.
Here is a custom repo to display the issue.
https://github.com/Philipp-Biermann/Pixi-Sound-Pause-Problem.git
Steps to reproduce:
Upload audio
Play audio
Pause audio
Stop audio
Play audio
Now error occurs
Thanks in advance
The text was updated successfully, but these errors were encountered: