Re: How to extract the "Artist" information of an song file?

2009-08-30 Thread Uli Kusterer
Am 30.08.2009 um 06:51 schrieb James: In my application, there are three kinds of audio files--AAC, mp3 and AIFF. So how should I to do for the AIFF? Does AIFF even contain artist information? I don't think they usually do. But AIFF is based on the IFF block file format, so you'd probabl

Re: How to extract the "Artist" information of an song file?

2009-08-29 Thread James
>If it's an AAC file, you can use the QTMetaData* functions. If you're >looking to get it out of an mp3, you're unfortunately stuck with >either parsing it yourself (see the id3 specs) or using id3lib. Thank you for your help. In my application, there are three kinds of audio files--AAC, mp3

Re: How to extract the "Artist" information of an song file?

2009-08-29 Thread Jonathan del Strother
2009/8/29 James : > Hi all, > How to extract the "Artist" information from an song file? > Is there any method about it ? Any clues is helpful for me. > Thank you in advance! If it's an AAC file, you can use the QTMetaData* functions. If you're looking to get it out of an mp3, you're unfortunatel

How to extract the "Artist" information of an song file?

2009-08-29 Thread James
Hi all, How to extract the "Artist" information from an song file? Is there any method about it ? Any clues is helpful for me. Thank you in advance! James ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moder