I'm sending Opus audio to a browser and I need it to play almost instantly. I am using an audio element like this:
<audio src="/stream.opus" autoplay preload="auto" type="audio/opus" controls />
This seems to require ~4 seconds before it starts playing the audio. I would like something closer to 100ms. Any ideas?