AURenderCallback inputs...
AURenderCallback inputs...
- Subject: AURenderCallback inputs...
- From: "Amir Aharon" <email@hidden>
- Date: Wed, 10 Aug 2005 17:38:32 +0200
- Importance: Normal
Hi,
I have created an AUGraph with two node , first is the ioNode which is
my io device and second which is my audioNode for processing.
I would like to connect the input device into the AudioUnit , do some
processing and send it into the device output.
Accourding to the API( I Hope) , all I need to do is to connect the
ioNode bus 1 into audioNode bus 0 and audioNode bus 0 into ioNode bus 0.
( I use the same Audio device as input and output).
I'm tring to set the AURenderCallback(... AudioBufferList *ioData...) of
the audioNode and my question is:
Does the ioData parameter is input/output? meaning Does it contain the
sound buffer which I can process apon?
Or does ioData is empty and I should fill it with sound?
Thanks,
Amir.
-----------------------------------
Amir Aharon
Software Developer
Waves Ltd.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden