How can I play opus audio in browsers which are old or not compatible with the audio format.
At the moment I serve the audio link in a html5 <audio>
tag which works in Firefox and Chrome but it does not in IE, any version.
I have read about opus.js and opusenc.js which is a JavaScript port of the opusenc tool, which in turn is part of the opus-tools collection, created with Emscripten.
Do you know whether is it possible to play opus audio files using any of these JS in incompatible browsers?
Opus browser compatibility here
Thanks