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

Respect the pad byte required when chunk data has an odd number of bytes #10

Open
operator1 opened this issue Apr 5, 2015 · 0 comments
Labels

Comments

@operator1
Copy link
Owner

From the Audio IFF spec:

"ckData contains the data stored in the chunk. The format of this data is determined by ckID. If
the data is an odd number of bytes in length, a zero pad byte must be added at the end. The pad
byte is not included in ckSize ."

I don't think this pad byte is respected at the moment.

@operator1 operator1 added the bug label Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant