When I try to play a sound ,that is a mp3, like this:
createjs.Sound.registerSound('uploads/songs/test.mp3','song');
It gives me this error in FireFox (Chrome works fine):
The buffer passed to
decodeAudioData
contains an unknown content type
Does anyone know what causes this or how to fix this?
PS: Using a .Ogg file works but I really need mp3 to work too.