HTML5: No sound in V70e

Monkey Forums/Monkey Bug Reports/HTML5: No sound in V70e

MikeHart(Posted 2013) [#1]
Hi Mark,

something got broken in V70e reagrding sounds. Even your audio.monkey script only prints AUDIO ERROR!


marksibly(Posted 2013) [#2]
bananas/mak/audiotest/audiotest.monkey is working here on Mac Chrome...is this the audio.monkey script you meant?

What OS/browser?


MikeHart(Posted 2013) [#3]
Yes! I am on OSX, FireFox 20. In chrome it works like you said.

I had tested over the day in Windows 7 and IE and FF. There no sound with my app either!


marksibly(Posted 2013) [#4]
Mac firefox doesn't like wav! I'm sure it used to...

Changing the sound fmt in audiotest to ogg fixes it, but we need a better way of dealing with this.


marksibly(Posted 2013) [#5]
Extern
Global UserAgent:String="navigator.userAgent"
Public

This will at least allow you to detect browser, and adjust file formats dynamically...


marksibly(Posted 2013) [#6]
Actually, it appears to be related to some mserver tweaks that return content type. Removing these tweaks allows FF to play wav again - will fix.