-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBR files #9
Comments
Have you confirmed that libmad cannot decode the file you linked to in audiocogs/aurora.js#83? I want to be sure the issue is VBR, because I thought I had written code for that a while ago. |
I didn't found easy way to try libmad, all maintained software moved to another decoders. Generally I have such output in console while debugging Firefox OS app:
More than half of files play nicely, but others fails with various errors. |
There's a command line player called I know I have VBR files that work with mp3.js, I just tested one, so I'm not sure what's wrong with this file. It seems more than just the bitrate is corrupted in some of the frames too, given the |
I've tried
I've tried to comment out errors throwing, it doesn't work either. No success with that files. |
I've reported here: audiocogs/aurora.js#83
But it turns out that VBR mp3 files are not supported.
libmad on which mp3.js is based is very old and doesn't support modern files.
I was browsing few hours, but there is nothing here I can do in order to fix this (i've tried to play with emscripten, but no luck with some mp3 decoders.
Is there any chance to have alternative decoder, that will support all modern mp3 files?
The text was updated successfully, but these errors were encountered: