Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How do I pop-up "select audio device" from command line?

Writer Andrew Mclaughlin

I would like to know which function on command line that pops up "select audio device":

enter image description here

2

1 Answer

One way is to run the below command,

gdbus call --session --dest org.gnome.Shell.AudioDeviceSelection --object-path /org/gnome/Shell/AudioDeviceSelection --method org.gnome.Shell.AudioDeviceSelection.Open "['HEADPHONES', 'HEADSET', 'MICROPHONE']"

enter image description here

I am not able to reproduce your use case, as I dont have resources like headset or microphone. So I doubt the Options from above command really activates your choice. Try it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy