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

Extract common IFF code to separate module. #472

Merged
merged 2 commits into from
Jun 16, 2020

Conversation

phw
Copy link
Collaborator

@phw phw commented Jun 7, 2020

Update the AIFF and RIFF implementations to use common IFF base classes. Both the AIFF and RIFF implementations share a lot of code. The differences between both implementations is that one uses big endian and the other little endian, also they obviously use different types of chunks.

The background for this is that I am also working on a DSDIFF (aka DFF) implementation. DSDIFF is also IFF based and thus again shares most of the code of the AIFF / RIFF implementations. The main difference to AIFF is that DSDIFF uses 8 bytes for the length instead of 4.

So I'm submitting this refactoring first and later the DSDIFF changes on top of this.

Update the AIFF and RIFF implementations to use the new IFF base classes.
@lazka lazka merged commit 6298fa6 into quodlibet:master Jun 16, 2020
@lazka
Copy link
Member

lazka commented Jun 16, 2020

Thanks!

@lazka
Copy link
Member

lazka commented Jun 16, 2020

I'll create a release after #473

@phw phw deleted the iff_base_classes branch June 20, 2020 08:25
@phw
Copy link
Collaborator Author

phw commented Jun 20, 2020

I'll create a release after #473

That'll be great. We want to do a Picard release soon, and having the WAVE support included would be fantastic :D

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

Successfully merging this pull request may close these issues.

2 participants