• 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: Important Audio Formtas [Was: CFBundleDocumentTypes with audio that QT can play]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Important Audio Formtas [Was: CFBundleDocumentTypes with audio that QT can play]


  • Subject: Re: Important Audio Formtas [Was: CFBundleDocumentTypes with audio that QT can play]
  • From: Dirk van Oosterbosch <email@hidden>
  • Date: Thu, 21 Apr 2005 01:25:35 +0200

Thank you very much, this was exactly what I was looking for!
I knew I would forget some important formats (like snd!)

Thanks, dirk

On 20-apr-05, at 08:41, Herbie Robinson wrote:

Here is what I am using. I got the list by dumping all the stuff returned by AudioFileGetGlobalInfo and movieUnfilteredFileTypes (in NSMovie).


<Info.plist>




<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>AIF</string>
<string>aif</string>
<string>aifc</string>
<string>aiff</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/x-aiff</string>
</array>
<key>CFBundleTypeName</key>
<string>AIFC</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>AIFC</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>AIF</string>
<string>aif</string>
<string>aiff</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/x-aiff</string>
</array>
<key>CFBundleTypeName</key>
<string>AIFF</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>AIFF</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>MP3</string>
<string>mpeg</string>
<string>mp3</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/mpeg</string>
</array>
<key>CFBundleTypeName</key>
<string>MPEG Layer 3</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>MPG3</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>snd</string>
<string>au</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/basic</string>
</array>
<key>CFBundleTypeName</key>
<string>NeXT/Sun</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>NeXT</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>SD2</string>
<string>sd2</string>
</array>
<key>CFBundleTypeName</key>
<string>Sound Designer II</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>Sd2f</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>WAV</string>
<string>wav</string>
<string>BWV</string>
<string>bwv</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/x-wav</string>
</array>
<key>CFBundleTypeName</key>
<string>Wave</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>WAVE</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>AC3</string>
<string>ac3</string>
</array>
<key>CFBundleTypeName</key>
<string>AC3</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>ac-3</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>AAC</string>
<string>aac</string>
<string>adts</string>
</array>
<key>CFBundleTypeName</key>
<string>AAC ADTS</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>adts</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>MOV</string>
<string>mov</string>
<string>QT</string>
<string>qt</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>video/quicktime</string>
</array>
<key>CFBundleTypeName</key>
<string>Quicktime</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>MooV</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
</array>

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >CFBundleDocumentTypes with audio that QT can play (From: Dirk van Oosterbosch <email@hidden>)
 >Important Audio Formtas [Was: CFBundleDocumentTypes with audio that QT can play] (From: Dirk van Oosterbosch <email@hidden>)
 >Re: Important Audio Formtas [Was: CFBundleDocumentTypes with audio that QT can play] (From: Herbie Robinson <email@hidden>)

  • Prev by Date: NSTask blocks AudioIO
  • Next by Date: Re: NSTask blocks AudioIO
  • Previous by thread: Re: Important Audio Formtas [Was: CFBundleDocumentTypes with audio that QT can play]
  • Next by thread: Notification after AudioDeviceStart
  • Index(es):
    • Date
    • Thread