goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.36k stars 2.21k forks source link

Firefox 22 not playing any sound #72

Closed goltus closed 10 years ago

goltus commented 10 years ago

Hi,

I loved using howler and everything was working great but for some reason today firefox 22.0 on windows 7 is not playing any sound. Chrome is working fine and a simple html5 audio tag does play the same file. I am supplying both mp3 and ogg version and using the latest 1.1.11 version of howler.js.

Would appreciate any tips or info on the issue.

Thanks, Nikhil

goldfire commented 10 years ago

Can you post example code that isn't working? Also, are you seeing any error messages? I'm unable to reproduce this so far on the demos on http://howlerjs.com.

goltus commented 10 years ago

I think I was too hasty and didn't do a basic check such as checking howlerjs.com in my browser. I isolated the problem to a wrongly encoded .ogg file. I just fixed it and now things are back to normal.

Thanks for pointing the debugging 101 (check the source website) and really sorry to waste your time.

Regards, Nikhil

goldfire commented 10 years ago

Not a problem at all! Glad it is working now :)