I'm looking to use TagLib, a C++ library for getting tagging information from a variety of audio files, in a new Objective-C project.
- Does anyone have experience using a C++ library such as this in an Objective-C project?
- What kind of roadblocks should I expect?
- Can anyone point me a good tutorials or guides for this subject?
Also... is TagLib even a good choice? I need to support MP3, WMA, FLAC, MP4, M4A, AAC, and OGG files. I don't believe there is a native Mac framework that will support all of these.
Thank you!