Re: Output Buffer
Re: Output Buffer
- Subject: Re: Output Buffer
- From: William Stewart <email@hidden>
- Date: Wed, 4 May 2005 17:52:04 -0700
On 04/05/2005, at 3:39 PM, Fee, Carson wrote:
I've got the overrides figured out to identify my AU as a mono to
stereo
plugin.
please check this with the latest version of the validation tool
(contact me if you aren't on the seeding list for this)... Many AU's
that are subclassing AUEffectBase are not handling this situation
correctly.
Here's where I'm stuck. I've got DSP that takes a mono buffer (say
1K)
processes and returns a stereo one (2K).
I removed the interleave routines but how do I send this data to
the output?
What interleave routines?
If you are doing mono to stereo and using AUEffectBase, then you
can't use the kernels to do the processing. You really need to
overide the Render call in AUEffectBase - look at that
implementation, and use that as a starting point for yours
Bill
C.
_______________________________________________
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
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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