• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to extract the "Artist" information of an song file?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Subject: Re: How to extract the "Artist" information of an song file?
  • From: Uli Kusterer <email@hidden>
  • Date: Sun, 30 Aug 2009 10:44:20 +0200

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@hidden)

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:
This email sent to email@hidden


References: 
 >Re: How to extract the "Artist" information of an song file? (From: Jonathan del Strother <email@hidden>)
 >How to extract the "Artist" information of an song file? (From: James <email@hidden>)
 >Re: How to extract the "Artist" information of an song file? (From: James <email@hidden>)

  • Prev by Date: Re: virtual ivars
  • Next by Date: NSScroller width
  • Previous by thread: Re: How to extract the "Artist" information of an song file?
  • Next by thread: llvm-gcc-4.2 link-time error seen from command line but not in Xcode 3.2
  • Index(es):
    • Date
    • Thread