Re: "delegating" to another AU?
Re: "delegating" to another AU?
- Subject: Re: "delegating" to another AU?
- From: Chandrasekhar Ramakrishnan <email@hidden>
- Date: Wed, 18 Feb 2004 06:50:43 -0800
Will Benton writes:
>
Is it possible (or advisable) to have an AU, say a MusicDevice, that
>
instantiates and delegates to another AU? I am interested in
>
developing a "wrapper" AU that can use the rendering capabilities of
>
one or more off-the-shelf AUs, combined in some way depending on some
>
parameters.
It's definately possible. Last summer (before the QT Update) I needed
a compressor/expander, so I wrote a V2 audio unit that wrapped the V1
dynamics processor AU.
Override ProcessBufferLists to call AudioUnitRender on the underlying
AU(s) you are wrapping.
- sekhar
--
C. Ramakrishnan email@hidden
_______________________________________________
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.