<div dir="ltr"><div>Hi,</div><div><div class="gmail-s-prose gmail-js-post-body">
                
<p>I have a multi channel audio card and would like to use the different channels for different purposes (e.g. one channel to play alarm sounds, one channel to play vocal sounds, one channel to play voice conferencing, etc...).
How can I specify which channel GStreamer <code>alsasink</code> should use to play the audio? I can specify the <code>device</code> property, but how to select a specific output channel(s)? E.g.:</p>
<pre><code> (...) ! audio/x-raw, rate=16000, channels=1, format=S16LE ! alsasink device="hw:0,0"
</code></pre>
<p>How to select e.g. output channel 5 on device "hw:0,0" to play the single incoming audio channel on?</p><p>Thanks, Adam<br></p>
    </div></div></div>