Re: probably a stupid question
Re: probably a stupid question
- Subject: Re: probably a stupid question
- From: Urs Heckmann <email@hidden>
- Date: Sat, 8 May 2004 20:22:59 +0200
Hiya,
this sounds like you want to use ProcessBufferLists() instead of
Kernels.
I havn't used Kernels at all, but I think they are just meant to make
it comfortable to apply the same process to each pair of input/output
streams.
When deriving ProcessBufferLists(), you have pointers to each stream in
one function.
Cheers,
;) Urs
Am 08.05.2004 um 20:05 schrieb Mark Cartwright:
This may be a stupid question, but i'm new to all of this. I am
trying to write an AU plugin that splits up the input up into
different bands and then applies some granular processing on each
band. I want it to sum the input channels before processing, and then
be able to pan the the various streams and output it as two channels.
Do typical AU effect plugins contain just a single audio unit or
multiple ones... i can't figure out how to do this with just an
AUEffect unit since it seems I only have access to one channel at a
time.... but there seems to be various other units like format
converter units, panner/mixer units, that handle this input and output
processing. Is this what I have to do? Combine multiple units for
one plugin? It seems that is basic stuff that most simple plugins
need to do. Is there another way to do this? thanks.
mark
_______________________________________________
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.
_______________________________________________
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.