I've upgraded Ubuntu 12.04 pulling in Firefox 27, and I noticed that sound stopped working in my emscripten-compiled code. I tried in 24.3.0esr and sure enough sound worked. Ditto in Chromium, plenty of noise.
I'm building with emscripten/master commit 6b0957ff3 aka 1.11.0. I use Mix_OpenAudio in the set up, followed by Mix_LoadWAV and Mix_PlayChannel. The web developer log says: "warning: browser could not fully decode audio /sfx/fire.ogg, trying slower base64 approach". If I put in more logging I can see that the number of bytes are loaded correctly, but I'm a bit lost as to what to debug next. I'd appreciate any advice anyone can give. My less-than-expert opinion is that playing audio with these calls in FF27 is "broken", but I don't want to jump to any conclusions. Are there any alternatives I should be using? Regards, Richard -- 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/groups/opt_out.
