WebGL .ogg streaming
DerpedCrusader opened this issue · 1 comments
It seems .ogg
streaming isn't working on WebGL versions of FTE
fte's web port is meant to depend on the browser's ogg support, which doesn't really expose the data to the page itself.
You should be able to play them via webaudio's buffers (read: needs s_al_disable 0 with emscripten's openal->webaudio layer) instead of using FTE's own mixer.
However, this will seriously screw up chrome's performance (while being fine in firefox), and of course sound completely wrong with lots of other quirks cos webaudio ain't openal and openal ain't exactly simple to work with either.
On the plus side, when its working you should get not just ogg-vorbis, but also ogg-flac, ogg-opus, and mp3 too (and any other obscure formats your browser might support)... You just have to be happy with the fucked up mixer.