Re: Custom mixer AU?
Re: Custom mixer AU?
- Subject: Re: Custom mixer AU?
- From: tahome izwah <email@hidden>
- Date: Thu, 21 May 2009 21:26:19 +0200
But unfortunately I do because the matrix mixer doesn't do what I need.
Does any of you have any example code for this? I tried to implement a
mixer AU (no GUI) based on AUBase but I really don't have the
slightest idea how to go about this. If I change the component type to
make it a mixer AU (aumx) and have my constructor call AUBase(myAU,
16, 2) the plug in won't show up in AULab where the other mixers are
when I do this.
AUVal validates it (but gives me a warning "Can Initialize Unit to
un-supported num channels") so I'm not sure what I am doing wrong.
What do I have to implement/overwrite based on AUBase to make it a
mixer? There is zero information in the docs and according to Google
noone has apparently ever tried this before...
Thanks for your help, I'm really stuck here!
--th
2009/5/21 Eagle Offshore <email@hidden>:
> MatrixMixer is insanely flexible - you shouldn't have to write one.
>
> On May 20, 2009, at 3:16 PM, tahome izwah wrote:
>
>> Hi Bill,
>>
>> thank you very much for your reply. Please s.b.
>>
>> 2009/5/20 William Stewart <email@hidden>:
>>>
>>> start from AUBase - but are you sure you can't reuse one of the existing
>>> ones?
>>
>> Such as? I didn't find one that has unequal input and output counts,
>> and no matter what I try they never appear as a mixer in AULab (ie.
>> where the HRTF and 3DMixers are).
>>
>>> Allocations on each input bus can get expensive, so we tend to share
>>> input
>>> buffers across the inputs of possible
>>
>> Is there any example code that I could start off of?
>>
>>>> Also, I have another question about offline AUs - does AULab support
>>>> these and if so, how do I set it up? I didn't find anything on this
>>>> topic either...
>>>
>>> No - there's an example of driving an offline au rendering operation in
>>> the
>>> examples (with the reverse offline AU as well)
>>
>> Ok I will check it out.
>>
>> Thanks again!
>> --th
_______________________________________________
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