Yes, I think you're right. I suspect that's just old code that was never done fully correctly. Likely it happened to work on the tests we ran on it.
I wonder if the right thing is to query the browser for support somehow. On Thu, Oct 20, 2016 at 2:37 AM, caiiiycuk <[email protected]> wrote: > Hi, why Mix_Init returns MIX_INIT_OGG? > ``` > Mix_Init: function(flags) { > if (!flags) return 0; > return 8; /* MIX_INIT_OGG */ > }, > ``` > > As I know SDL_mixer implemented through sound tag, so it can support mp3 > and wav. Actually I use SDL_mixer to play mp3 files. > > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
