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

pass through wav/aiff support from id3. #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jct-tympanon
Copy link

id3 added format detection logic to Tag::read_from_path, so the same API now works for mp3/wav/aiff. the only thing needed was a version bump and some test cases.

the existing a.wav asset had no tag chunk in it, which caused the existing test case to fail (the other assets have empty or trivial tags). so a.wav and a.aif both have empty tag chunks to start with.

#22

id3 added format detection logic to Tag::read_from_path, so the same API now
works for mp3/wav/aiff.

the existing a.wav asset had no tag chunk in it, which caused the existing
test case to fail (the other assets have empty or trivial tags). so a.wav
and a.aif both have empty tag chunks to start with.

TianyiShi2001#22
Copy link

@lukethacoder lukethacoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keen to see this one merged ❤️

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.

None yet

2 participants