CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.44k stars 835 forks source link

Sound randomly stopping after minimizing/maximizing iPadOS 14.4.2 #328

Open ex opened 3 years ago

ex commented 3 years ago

We found that the music background of one of our projects was not being restored after minimizing and maximizing the game in mobile Safari with iPadOS 14.4.2 on an iPad Air 3rd Gen. This is a random bug and sometimes the music pauses/resumes correctly but if you repeat this process many times you can hear the sound not being restored eventually.

https://drive.google.com/drive/u/0/folders/1t3PBpqPUjzfNRIXDMxfiu5gDK5UFFsD0

Is this a known issue? We are attaching a video of the issue. This can be reproduced with the standard demos.

danzen commented 3 years ago

Hi @ex - sorry there is an issue with that. Some of the examples on the site might be older versions of CreateJS. Are you experiencing the problem with the latest version? I don't mean to avoid looking into this, but I am just trying to help out with CreateJS in general so "volunteering" and spreading the debugging. We do maintain a version here that we have been working with sound on... could you give it a try. https://zimjs.org/cdn/1.3.4/createjs.js Cheers.

quentint commented 1 year ago

Hi and thanks for your link.
Is there a repo where this 1.3.4 version is maintained, and where we could see the added commits?