Safari 15 fails to decode audio data that previous versions decoded without problems

Viewed 1051

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?

1 Answers

There is a sandbox regression affecting Safari 15 with macOS Catalina 10.15. It blocks decoding of audio with web audio

Related