You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It seems
.ogg
streaming isn't working on WebGL versions of FTEThe text was updated successfully, but these errors were encountered: