Re: CA start
Re: CA start
- Subject: Re: CA start
- From: Jeff Moore <email@hidden>
- Date: Fri, 18 Jan 2002 15:19:57 -0800
on 1/18/02 2:54 PM, Arthur Clemens <email@hidden> wrote:
>
I've just subscribed to this mailing list because I want to start
>
investigating CoreAudio. Can anyone suggest me a good place to start
>
reading: docs and/or API documentation?
First and foremost, there's the developer website,
http://developer.apple.com/audio . There is some preliminary documentation
and sample code there.
Next, there's the the stuff that's installed with the developer tools (the
December tools update added a bunch of new stuff, so be sure you have that
installed). You'll be interested in the following:
/Developer/Documentation/CoreAudio
Some documentation about the Java interface to CoreAudio and the MIDI
support. Note that the concepts in the Java docs extend to the C
interfaces as well (obviously the syntax will differ a bit, but less
than you might imagine).
/Developer/Documentation/Darwin/IOKit/DeviceDrivers/WritingAudioDrivers
Docs about bringing up an audio device under IOKit
/Developer/Examples/CoreAudio
Example code covering CoreAudio Java, MIDI, the HAL and AudioUnits
/Developer/Examples/Kernel/IOKit/Audio
Example code for audio drivers
There is more documentation in the header files of the various audio and
MIDI related frameworks as well.
Then there is this list and it's archives (which you can get to from the
links at the bottom of this message). This list has ranged all over the
place and there have been lots of interesting discussions about CoreAudio
and CoreMIDI. A majority of the CoreAudio team is subscribed to this list
and we try to answer things as quickly and completely as we can.
Hope this helps get you going!
--
Jeff Moore
Core Audio
Apple