demozoo / cowbell

A universal web audio player for demoscene / tracker music
https://demozoo.github.io/cowbell/
BSD 3-Clause "New" or "Revised" License
75 stars 6 forks source link

fix audioContext not being active in Safari / update to latest psgplay #30

Closed tin-nl closed 10 months ago

tin-nl commented 2 years ago

Safari 15.6.1 (and prbly earlier) did not play any audio with Cowbell 0.6 (and prbly earlier) due to suspended audio context. This checks for the state being suspended and resumes the context if necessary.

Also updated to latest psgplay - this finally plays famous songs like https://demozoo.org/music/114761/ alot less broken.

gasman commented 10 months ago

Thanks @tin-nl (and sorry for the huge delay in looking at this)! Not having any issues on current Safari, but the change looks sensible enough, so happy to merge - merged in https://github.com/demozoo/cowbell/commit/47fae4baf0928b2e303092cacee966ace4369731.