Directly Calling Render On An Audio Unit
Directly Calling Render On An Audio Unit
- Subject: Directly Calling Render On An Audio Unit
- From: email@hidden
- Date: Fri, 6 Apr 2007 18:59:23 -0700 (PDT)
Hi, CA List.
Newb question:
I have a simple AUGraph (composed of a generator AU I wrote, and a couple
of processing AUs) which is functioning to provide audio data to the
default output AU.
Now, what I'd like to do, in order to provide audio data to another
system altogether, is to directly call the Render() method of my last AU
in the chain
before the output unit, or perhaps on the AUGraph itself.
I know I can get the AudioUnit I'd like to target for the Render() call
from the AUNode of the graph. Where from here? How to call methods on
instantiated components? The Component Manager reference hasn't
enlightened me yet. I'm not sure I'm even looking behind the correct
curtains.
Thank you for indulging my curiosity.
Xi
_______________________________________________
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