Hello
Im trying to decode a 7.1 audio stream encoded with opus (on windows), but I'm noticing that the channel positions after decoding is not the expected one [FL FR FC LFE1 RL RR SL SR], as reported also by wasapi's logs.

I reproduced the issue using audiotestsrc and a mix matrix that filters all channels but the CENTRAL one (3° channel), after the decoding the channel is the 5° one.

<pre>
set MAT_CENTRAL="<<(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)1.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>,  <(float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0, (float)0.0>>"

audiotestsrc ! audioconvert mix-matrix=%MAT_CENTRAL% ! audio/x-raw,format=S16LE,layout=interleaved,channels=8 ! opusenc bitrate=128000 ! opusdec ! audioconvert ! wasapisink
</pre>

Any suggestion?

        
        
        <div class="signature" style="margin-top:1em;color:#666666;font-size:11px;">
                                Ignazio
                        </div>
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>