vitaly
vitaly

Reputation:

Audio file tagging (read/write) library?

TagLib seems like a good choice, but I don't use C++ and bindings for other languages are limited. Currently I use the ATL library, but it hasn't been maintained since 2005 and I'm having a hard time doing this myself. So I'm looking for another open source alternative that is actively developed. Do you know of one?

Upvotes: 0

Views: 666

Answers (3)

Robert Wahler
Robert Wahler

Reputation: 12902

There is a Delphi component library called newac http://code.google.com/p/newac/ that has bindings for TagLib.

Upvotes: 1

Patrick
Patrick

Reputation: 1338

Do you mean id3 tags? The Jedi project has components to do that: http://sourceforge.net/project/showfiles.php?group_id=45786 Look for JvID3v1 and JvID3v2.

Upvotes: 2

Sol
Sol

Reputation: 2185

I've not used it personally, but it looks like Audio::TagLib (in CPAN) is a Perl interface / substitute for TagLib.

Upvotes: 0

Related Questions