Skip to content

pass through wav/aiff support from id3.#47

Open
jct-tympanon wants to merge 1 commit into
TianyiShi2001:mainfrom
jct-tympanon:main
Open

pass through wav/aiff support from id3.#47
jct-tympanon wants to merge 1 commit into
TianyiShi2001:mainfrom
jct-tympanon:main

Conversation

@jct-tympanon

Copy link
Copy Markdown

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

@lukethacoder lukethacoder left a comment

Copy link
Copy Markdown

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.

2 participants