tags:

views:

36

answers:

0

Hi, I am creating an application using C# with the Windows Media Player SDK. I am working with MPEG files, where there are two audio channels (right and left), with a different audio file on each (with vocal and with no vocal). I want to program the media player to play only the right channel or the left channel, but duplicate it onto the opposite channel. So, it would duplicate the right channel onto the left channel, or vice versa.

Any help would be appreciated!

Thanks!!!