I've started working on an audio project that plays multiple clips simultaneously. I've modeled my code very much based on the "Audio File Playback" portion of the Demo App which is working quite well.
WaveStream -> SampleChannel -> MeteringSampleProvider -> SampleToWaveProvider -> IWavePlayer
My question is this: where in the 'chain' would I access panning control? Would I need to insert a new object somewhere in the chain? I only seem to find panning methods in the WaveChannel32 class but am not sure how to incorporate it.
Any advice or sample code using the panning features would be greatly appreciated...
Thanks,
Ryan