HTML5 sound

Monkey Forums/Monkey Bug Reports/HTML5 sound

ziggy(Posted 2013) [#1]
Every once in a while, I get this bug when a sound is being played:
Monkey Runtime Error : Error: IndexSizeError: DOM Exception 1
C:/Monkey_Compiler/MonkeyPro70b/modules/mojo/audio.monkey<48>

Not sure what that means. I've checked and both channel, volume and rate have proper values. But it's crashing the entire App. Is there any limit on rate or volume that could make this crash?

EDIT: It seems to not crash on FireFox (no sound), but does on Chrome and on IE 10.

This is the error on IE10:
Monkey Runtime Error : IndexSizeError
C:/Monkey_Compiler/MonkeyPro70b/modules/mojo/audio.monkey<48>

EDIT2: It you make sure the channel volume does not get over 1, it seems ot not crash any more. Maybe this should produce better crash information on debug mode?