TianyiShi2001 / audiotags

Unified IO for different types of audio metadata
https://tianyishi2001.github.io/audiotags
MIT License
41 stars 29 forks source link

pass through wav/aiff support from id3. #47

Open jct-tympanon opened 3 months ago

jct-tympanon commented 3 months ago

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.

https://github.com/TianyiShi2001/audiotags/issues/22