Discussion:
multichannel audio plug-in
(too old to reply)
Mayya
2009-09-16 11:45:01 UTC
Permalink
I want to create an audio plug-in that takes 5.1 channels as input and
generates 2 channel output after some processing. I created a DSP audio
plugin using the WMP plugin wizard. When I play 5.1 WAV file in WMP, the
number of channels as specified in pWave->nChannels is 6 as expected. But
when I play wma pro 5.1 content (not from DVD), the number of channels as
specified in pWave->nChannels is 2. What changes do I have to make in the
code so that the plug-in gets multichannel audio and not 2 channel stream.
Windows: XP
WMP version: 11
Windows SDK: Windows 7
<object width="416" height="337">
2009-09-20 05:26:01 UTC
Permalink
Post by Mayya
I want to create an audio plug-in that takes 5.1 channels as input and
generates 2 channel output after some processing. I created a DSP audio
plugin using the WMP plugin wizard. When I play 5.1 WAV file in WMP, the
number of channels as specified in pWave->nChannels is 6 as expected. But
when I play wma pro 5.1 content (not from DVD), the number of channels as
specified in pWave->nChannels is 2. What changes do I have to make in the
code so that the plug-in gets multichannel audio and not 2 channel stream.
Windows: XP
WMP version: 11
Windows SDK: Windows 7
Loading...