| |
| | Core Audio Technologies |
 | | Use the Apple provided Audio Units: reverb, sample rate converter, equalizer, etc. Finally, if dealing with the complexities of audio hardware is not on your development schedule, the Default Output Audio Unit provides a nice and flexible way to easily integrate the Audio HAL capabilities in your application. |
 | | The Audio HAL is the interface between application developers and the hardware; it allows for easy manipulation of devices through both an Input/Output procedure for streaming, and a property mechanism for control. |
 | | If all that is not enough, and you have a very special piece of hardware, you can always explore the Darwin website and take inspiration of our work...or better, subclass it. |
| developer.apple.com /audio/coreaudio.html (658 words) |
|