Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iphonemobdev

macrumors newbie
Original poster
Jan 29, 2010
15
0
Hi Friends,

I am new to mac development and i have to develop one music processing related project.

First i have to detect id3 tag of all type of songs like mp3, aac, wav.

So is there any framework or class library is available for detecting id3 tag?.

Best Regards.
 
You are asking more questions than you think. There are a few versions of ID3, which are primarily used with mp3 files. The latest description is here:
http://www.id3.org/id3v2.4.0-structure

the tagging iTunes uses on AAC files is non-standard, but has been sort of reverse engineered. It is described here:
http://www.hydrogenaudio.org/forums/index.php?showtopic=29120&st=0&p=251686&#entry251686

WAV has no tagging, so don't worry about that.

See this stack overflow thread for some links related to the use of QTKit for this:
http://stackoverflow.com/questions/1138118/how-to-extract-id-tags-from-mp3-files-in-cocoa

That may be your best bet.

-Lee
 
Thanks for your reply.

Actually i also got this stakeoverflow post but it doesn't work, it gives lots of error and i could not figure it out.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.