OGG Opus audio format is not supported in Safari. Are there any high-level (decoding?) libraries that make .ogg files playable in Safari?
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.