Important: Inside Macintosh: Sound is deprecated as of Mac OS X v10.5. For new audio development in Mac OS X, use Core Audio. See the Audio page in the ADC Reference Library.
Creating and Removing Audio Sources
To write a sound output device component, you might need to define two routines that create and remove audio sources:
Your component needs to contain these functions only if, like the Apple Mixer, it can mix two or more audio channels into a single output stream. Sound components that operate on a single input stream only do not need to include these functions.
SoundComponentAddSource
SoundComponentRemoveSource
Subtopics
- SoundComponentAddSource
- SoundComponentRemoveSource