Eytan Rubin - 2009-01-28

Hi all,

I am about to write an Audio processing component.
However, this component has multi-channel audio input stream and one stereo output channel, hence it is not a "standard" audio processor class component (para 8.6.8.1 in spec).
It might have other non-standard properties (e.g. nBitPerSample != 16).

I'm looking for an example of an implementation of a non-standard component / extension to the API.

Any other insights are appreciated!