<div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm trying to play a stereo sound file as a mono sound.</div><div><br></div><div>In fact, I'd like to just play only one specific channel such as left or right channel.</div><div><br></div><div>I've tried following pipeline structure to achieve:</div><div><br></div><div>```</div><div>gst-launch-1.0 -v filesrc location=stereo.wav ! wavparse ! audioconvert mix-matrix="<<(float)1.0, (float)0.0>, <(float)1.0, (float)0.0>>" ! audioresample ! autoaudiosink</div><div>```<br></div><div><br></div><div>But it seems not work.</div><div><br></div><div>The playback-sound heard just like it used to be.</div><div><br></div><div>I am wondering if I make some wrong usage?</div></div>