Re: Cocoa Code For AIFF
Re: Cocoa Code For AIFF
- Subject: Re: Cocoa Code For AIFF
- From: "Douglas A. Welton" <email@hidden>
- Date: Fri, 12 Sep 2003 17:52:00 -0400
Isadore,
Cocoa provides you two options for working with sound media - NSSound and
NSMovie. Both of these classes encapsulate basic(!) QuickTime functionality
for using sound and video, but neither class directly gives you a way to
modify the underlying media.
I would suggest that you simply use QuickTime directly to do the AIFF
processing that you want. AIFF audio is specifically dealt with in a number
of the QuickTime sample code projects. Visiting that page may be the first
place to go. Also, try Google-ing "QuickTime AIFF".
regards,
douglas
on 9/12/03 3:12 PM, Isadore Goldhirsh at email@hidden wrote:
>
Where can I get Cocoa instructions or source code samples to create and
>
modify an AIFF sound file?
>
Thanks
>
Isadore
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.