Skip to content

Add support for WAV files with appended metadata #113

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nateranda
Copy link

Some software like Audacity, MP3tag, and Serato DJ store metadata in WAV files by appending ID3 tags in a new RIFF chunk. Some discussion on this here.

I added support by seeking to the start of the appended metadata, then recalling the parent function. An earlier commit implements ID3-appended WAV support without recursive functions if they should be avoided, but the current implementation supports all metadata types. I am happy to write tests for this as well.

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.

1 participant