quickly_switch_between_audio_devices_in_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
quickly_switch_between_audio_devices_in_ubuntu [05.01.2022 10:46] Pascal Suterquickly_switch_between_audio_devices_in_ubuntu [05.01.2022 10:47] (current) Pascal Suter
Line 1: Line 1:
 ====== quickly switch between audio devices in ubuntu ====== ====== quickly switch between audio devices in ubuntu ======
-with video calls being the main way to meet during the pandemic, I am switching audio devices very often on my computers. My webcam has a built-in microphone which i never use, I have two headsets which i can't decide between, so i just use them both, and i have a speaker/microphone combo from logitech wich is great if we are multiple people on my end or if i just don't want to wear a headset for once.  
  
-The standard way to change between audio sources in ubuntu desktop isto click on the speaker icon in the upper right corner and then choose "Settings" --> "Sound" and pick your desired audio sources there+with video calls being the main way to meet during the pandemicI am switching audio devices very often on my computers. My webcam has a built-in microphone which i never use, I have two headsets which i can't decide between, so i just use them both, and i have a speaker/microphone combo from logitech wich is great if we are multiple people on my end or if i just don't want to wear a headset for once.
  
-However, that's a lot of clicks if you have to do it while a call is ringing. Also, when switching to a multi-mode headset such as the bose 700 with the video conferencing dongle, the headset will switch to conference-mode every time you open the dialog and select the microphone, that can be annoying if you are just listening to music or to a webcast as it significantly lowers the audio quality. +The standard way to change between audio sources in ubuntu desktop is, to click on the speaker icon in the upper right corner and then choose "Settings" --> "Sound" and pick your desired audio sources there. 
 + 
 +However, that's a lot of clicks if you have to do it while a call is ringing. Also, when switching to a multi-mode headset such as the bose 700 with the video conferencing dongle, the headset will switch to conference-mode every time you open the dialog and select the microphone, that can be annoying if you are just listening to music or to a webcast as it significantly lowers the audio quality. 
 + 
 +a simple and quick fix is to install a 3rd party taskbar applet which is called [[https://yktoo.com/en/software/sound-switcher-indicator/|indicator-sound-switcher]] 
  
-a simple and quick fix is to install a 3rd party taskbar applet which is called [[https://yktoo.com/en/software/sound-switcher-indicator/|indicator-sound-switcher]] 
 {{:quickly_switch_between_audio_devices_in_ubuntu:pasted_20220105-104641.png}} {{:quickly_switch_between_audio_devices_in_ubuntu:pasted_20220105-104641.png}}
  
-they provide their own ppa: +they provide their own ppa:
  
-<code>+<code ->
 sudo apt-add-repository ppa:yktooo/ppa sudo apt-add-repository ppa:yktooo/ppa
 sudo apt-get update sudo apt-get update
Line 17: Line 19:
 </code> </code>
  
-or you can use the snap they provide through the snap store: +or you can use the snap they provide through the snap store:
  
-<code>+<code ->
 sudo snap install indicator-sound-switcher sudo snap install indicator-sound-switcher
 </code> </code>
  
-you may need to start the app manually the first time, after that it should auto-start on every login with your user. +you may need to start the app manually the first time, after that it should auto-start on every login with your user. 
 + 
  • quickly_switch_between_audio_devices_in_ubuntu.txt
  • Last modified: 05.01.2022 10:47
  • by Pascal Suter