Re: CoreAudio, Mixing and Panning, and the Audio Toolbox
Re: CoreAudio, Mixing and Panning, and the Audio Toolbox
- Subject: Re: CoreAudio, Mixing and Panning, and the Audio Toolbox
- From: Jonathan Feinberg <email@hidden>
- Date: Wed, 6 Mar 2002 16:22:57 -0500
At 12:20 PM -0800 3/6/02, Chris Rogers wrote:
The stereo mixer AudioUnit ('smxr') takes N mono or stereo inputs and
mixes them to a single stereo-interleaved output with volume and pan
for each channel (currently pan is not supported for stereo channels).
It's not very complicated to use. Simply connect up the inputs (either
to outputs of other AudioUnits with the kAudioUnitProperty_MakeConnection
property, or by a user callback with the kAudioUnitProperty_SetInputCallback)
in the standard way.
Where is the documentation or sample code that demonstrates what you
refer to as the "standard way"? I have searched intensively.
--
Jonathan Feinberg email@hidden Inwood, NY, NY
http://MrFeinberg.com/
_______________________________________________
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.