Is there any library like TagLib but for Java?
I just want to extract the ID3 Tag info from aiff files.
Is there any library like TagLib but for Java?
I just want to extract the ID3 Tag info from aiff files.
Paul Taylor
On
The open source library jaudiotagger recently added support for tagging aiff with id3 tags
Copyright © 2021 Jogjafile Inc.
http://javamusictag.sourceforge.net/ is written for MP3 files, but it may also work for aiff files (I haven't tried it). It comes with the source files.