Re: AUGraph problem mixers to AudioUnit with Render
Re: AUGraph problem mixers to AudioUnit with Render
- Subject: Re: AUGraph problem mixers to AudioUnit with Render
- From: William Stewart <email@hidden>
- Date: Fri, 5 Jun 2009 17:46:05 -0700
What are your input and output formats on each connection in the two
cases you describe?
CAShow(myGraph) might help you to resolve this too.
On Jun 4, 2009, at 2:12 PM, Joshua Strickon wrote:
I am still debugging getting my host app for an augraph working for
my visulizer audio unit. The unit does the fft in the Render method
just like the Sonogram View Demo. I have a simple test program
that builds a network with a synth or fileplayer just as you would
in AULab.
The following works
<synth/fileplayer> --> <visualizer> --> <default output>
The following does not
<synth/fileplayer> --> <stereomixer> --> <visualizer> --> <default
output>
When I comment out the render method and simply copy the samples
from input to output in the Process method, it all works. Seems
something about how the AU gets its data. Any ideas? Again, this
all works in AULab so I have a feeling it is doing something to the
mixer.
If someone can point me in the right direction it will be appreciated.
Thanks
Josh
_______________________________________________
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
_______________________________________________
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