Question

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.

Was it helpful?

Solution

TagLib seems like a good candidate.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top