Re: Simple test app?
Re: Simple test app?
- Subject: Re: Simple test app?
- From: Darrin Cardani <email@hidden>
- Date: Tue, 27 May 2003 15:49:30 -0500
At 12:30 PM -0700 5/27/03, Bill Stewart wrote:
There's some things in the SDK that can help a great deal I think:
For a simple start see the SampleEffect project - that takes all the
DSP out of writing an AU and shows you basically how you need to
manage parameters and the overall class heirarchy from AUBase on..
This builds you a complete AU that does no processing... You can
build it and then use AudioUnitHosting and you'll see your AU show
up in that list
Thanks, finding AudioUnitHosting helped a lot.
In reading through the documentation, I notice that AUEffectBase's
docs say this:
This class supports effects processes with one input and output
stream where the number of input channels is equal to the number of
output channels.
I'm implementing 2 effects. One takes up to 8 input channels and
outputs 2 channels of audio. The other does the reverse. Should I be
looking at an AUEffect or should I be looking at something like a
mixer component instead?
Thanks,
Darrin
--
Darrin Cardani - email@hidden
President, Buena Software, Inc.
<
http://www.buena.com/>
Video, Image and Audio Processing Development
_______________________________________________
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.