Changing in pavucontrols tab "Recording" via command line
Posted
by
Mojo
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Mojo
Published on 2013-10-26T09:51:22Z
Indexed on
2013/10/26
10:13 UTC
Read the original article
Hit count: 257
I'm using pavucontrol to make changes in the "Recording". I'm changing the source (??) of a Loopback to Null-Output from "Internes Audio Analog Stereo" to "Monitor of Internes Audio Analog Stereo" see the screenshot http://picpaste.de/Bildschirmfoto_vom_2013-10-26_11_32_03-z0KwnFDE.png I'm now looking for a possibility to do this via command line.
So far I've done the following:
pactl load-module module-null-sink
? creates a new sink
pactl load-module module-loopback
? creates a new sink input
pactl load-module module-loopback
? creates another sink input
pacmd move-sink-input 0 1
? changes the sink of the sink-input (to Null-Output); this is like changing manually in the pacucontrol tab "Playback".
It's just the last part (making the change like shown in the screenshot) via command line that I'm not able to do.
I'd be very happy for any advice or suggestions. Thanks already!
© Ask Ubuntu or respective owner