kylestetz/lissajous

firefox sample decode error

kylestetz opened this issue · 2 comments

The buffer passed to decodeAudioData contains invalid content which cannot be decoded successfully.
"decodeAudioData error" undefined

Hi, I'm a firefox developer on Web Audio, would you mind telling me which file is showing this problem?

Hey- now that you're asking and I'm really looking into it, turns out three of the samples on the demo site are 24-bit and for whatever reason Chrome is dealing with it but firefox is not. I just made 16-bit versions and I'm no longer getting this error.

Thanks for checking this out!