Search code examples
javascriptsafarihtml5-audioweb-audio-apiopus

How to play/decode Ogg Opus Audio in Safari?


OGG Opus audio format is not supported in Safari. Are there any high-level (decoding?) libraries that make .ogg files playable in Safari?


Solution

  • Okay, finally I found the opus-recorder module. Here is a nice example of how to decode Opus -> PCM -> WAV and play it: https://github.com/chris-rudmin/opus-recorder/blob/master/example/decoder.html. Works like a charm in Safari.