vote up 1 vote down star
3

I am looking for a library to read meta data from compressed and uncompressed audio files (i.e. mp3, ogg, etc.). In the past I have used libvorbis and id3lib, but I'm wondering if there are better libraries around? Ideally I would like a library that provides a common API to reading meta data from all the various formats. I realize more advanced libraries probably have id3lib and libvorbis as dependencies, and I don't mind that, I just would like to avoid having to write my own wrapper.

flag

2 Answers

vote up 4 vote down check

TagLib seems like a good candidate.

link|flag
1  
or taglib-sharp for c# implementation. – Rick Ratayczak May 31 at 4:43
1  
TagLib has no AAC support, MediaInfo has. – Camilo Martin Dec 18 at 5:04
vote up 0 vote down

It's part of the symbian API, but it seems to do what you wanted, so check this out as well:

http://wiki.forum.nokia.com/index.php/Audio_Metadata_Reader_API

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.