1

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.

Anders Sandvig
  • 20,720
  • 16
  • 59
  • 73

2 Answers2

5

TagLib seems like a good candidate.

Anders Sandvig
  • 20,720
  • 16
  • 59
  • 73
0

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

user100425
  • 21
  • 1