Re: Is there any documentation for specific to using Core Audio under Cocoa?
Re: Is there any documentation for specific to using Core Audio under Cocoa?
- Subject: Re: Is there any documentation for specific to using Core Audio under Cocoa?
- From: David Duncan <email@hidden>
- Date: Wed, 28 Jul 2004 08:05:51 -0400
On Jul 28, 2004, at 02:03 AM, George Lawrence Storm wrote:
I am just starting to investigate Core Audio (to be used under Cocoa).
I loaded CoreAudioSDK v1.3.1 and am running XCode 1.2 on OSX 10.3.4.
Is there any documentation specific to using Core Audio under Cocoa?
Nope, Core Audio is a C API, and works the same regardless of your
chosen language (C/C++/ObjC) or GUI kit (Carbon/Cocoa). There is an
ObjC framework for Core Audio called MTCoreAudio IIRC, but it is not
from Apple.
If you plan to take advantage of Audio Units, then there are some Cocoa
specific issues, but this had to do with presenting a configuration
view for the AU and not with audio programming itself.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.