Inconsistency with number of inputs and outputs returned by and AU Plugin
Inconsistency with number of inputs and outputs returned by and AU Plugin
- Subject: Inconsistency with number of inputs and outputs returned by and AU Plugin
- From: "jorge castellanos" <email@hidden>
- Date: Mon, 26 Feb 2007 18:42:02 -0600
I'm trying to write an AU that supports the following configurations:
"{{ 1, 1 }, { 1, 2 }, { 2, 2 }}" // Mono to mono, Mono to stereo and Stereo
to stereo.
The hosts do show the previous mentioned options, but the AU isn't reporting
the chosen configuration.
For example, if I "Instantiate" the Mono to Stereo version, the
NumberChannels() of the Output and Input elements return "2" (and not 1 as
input). Also, the callback "ProcessBufferLists(...)" is passing both input
and output bufferLists with One buffer (and the buffer with a single
channel).
Shouldn't I get One buffer for input and two for Output?
Shouldn't I get the correct number of Inputs and Outputs requested by the
host when I ask at "Initialize()"?
I would really appreciate any help.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
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