-
Notifications
You must be signed in to change notification settings - Fork 66
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
shouldn't rely on file extension #53
Comments
if you need to work around it, you can read in the file yourself
then it should properly recognize the file format, at least I think so |
hmm does it not? it worked for me though |
@4321ba lol, alright my memory was clearly very wrong and I didn't bother to look at the code. Thanks for checking :) |
libnyquist decodes "myfile.mp3" just fine.
But if I rename it to "myfile.data", it gives some kind of format error.
Shouldn't the library read the header from the beginning of the file, instead of relying on the file extension?
The text was updated successfully, but these errors were encountered: