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 probably just have to look up a description of the AIFF file format (and maybe IFF for the general structure) and find out what block AIFF uses to store artist information, extract that block and find the artist information in there.

Just google for "AIFF file format" and you'll find a bunch of Wikipedia pages and others that should get you the info.

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de





_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to