haxegon / zeedonk

Haxegon + Puzzlescript = Zeedonk!
http://www.zeedonk.net
12 stars 2 forks source link

sound that kills firefox #161

Open increpare opened 9 years ago

increpare commented 9 years ago
function new() {
}

function update() {
  if (Input.justpressed(Key.SPACE)){ Music.playsound(33362308);Debug.log("boop");};
}
increpare commented 9 years ago

made a repro case ( http://ded.increpare.com/~locus/AudioTestCase/test.html ) and reported a bug here

https://bugzilla.mozilla.org/show_bug.cgi?id=1201754

increpare commented 9 years ago

possibly to do with audio filters try removing some maybe? maybe doesn't happen with fewer

increpare commented 9 years ago

note to self - try out creating one single filter rather than bazillions

TerryCavanagh commented 9 years ago

Found a sound that causes it with the new system: 18487100

(also, after using it for a while I'm not sure I like the new filters; a lot of bleeps sound very mosquito like)