I'm using AudioContext to load an .mp3 file for a game. It used to work fine, but after Safari 15 came out I'm getting reports from people where the sound will not play. The sound used to work fine for them before they upgraded their browser.
On my own Safari 15 it works fine, but for some people the call audioContext.decodeAudioData
is failing, they just get EncodingError: Decoding failed
and no extra information. I tried using .aac files instead of .mp3 but the same thing happens.
Hard to figure this out since I can't reproduce it myself. Any ideas?