Skip to content
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

Support CRC-16 checking of LAME header #3

Open
alza-bitz opened this issue Apr 28, 2019 · 0 comments
Open

Support CRC-16 checking of LAME header #3

alza-bitz opened this issue Apr 28, 2019 · 0 comments

Comments

@alza-bitz
Copy link

From the spec here: http://gabriel.mp3-tech.org/mp3infotag.html

"bytes $BE-$BF contains a CRC-16 of the first 190 bytes ($00-$BD) of the Info header frame. This field is calculated at the end, once all other fields are completed."

So the idea would be to read bytes $00-$BD, calculate the CRC-16 and compare that with bytes $BE-$BF (I think)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant