You'll need to convert them to OGG and MP3 at least.
0
hdante
On
Here is an example:
<audio controls>
<source src="radio.opus" type="audio/ogg; codecs=opus">
<source src="radio.caf" type="audio/x-caf; codecs=opus">
Your browser does not support HTML5 audio.
</audio>
You'll need to convert them to OGG and MP3 at least.