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.

Reply via email to