Is it possible to automatically switch to HDMI sound output? 13.04

14,879

Solution 1

It is not as easy as it looks at first sight to acchieve this. See the discussion below for reasons why it is in fact rather complicated:

The existing modules module-switch-on-connect, and module-switch-on-port-available will not work consistently with HDMI.

At present there is much effort being done to implement a priority list feature which will let us define the priority of an audio device for pulseaudio to route to it (or not):

Until this will be generally available in a future release of PulseAudio we have not much more choice than manually switching the audio output sink whenever we connect to a HDMI audio device.

To make life easier in case we often have to switch our output devices we may consider writing a small script to enable toggling between two output sinks. See these questions for a start:

Solution 2

I wrote an indicator applet that lets you switch the sound output.

As long as the problem is not solved, this applet is probably a bit more comfortable.

I'm using 12.04. Please let me know if you tried it successfully.

https://github.com/lkettenb/sound-output-switcher

Screentshot:

enter image description here

Solution 3

For Gnome Shell users, the Sound Output Device Chooser is a practical consolation, as long as there is no solution for auto-switching. This has been working well for me with Gnome Shell 3.14 and 3.16 so far.

Share:
14,879

Related videos on Youtube

rocklobster
Author by

rocklobster

Updated on September 18, 2022

Comments

  • rocklobster
    rocklobster over 1 year

    I've seen a few similar questions however couldn't find a solution and they were all a few years old.

    When I plug my laptop into the TV HDMI port I have to manually go through the sound options and select HDMI to get the sound to play through the TV. Is there a way to make it switch automatically on connection?

    thanks

  • Kyle Chadha
    Kyle Chadha over 10 years
    Works in Ubuntu 13.10 -- awesome! Thanks so much.
  • adel
    adel almost 10 years
    Not seem to be working properly on Ubuntu 14.04. BTW some people will need to install this first: sudo apt-get install python-appindicator
  • Adam F
    Adam F over 9 years
    Doesn't work in Linux Mint 16
  • jperelli
    jperelli over 7 years
    Works in Ubuntu MATE 16.04.1
  • Frank Nocke
    Frank Nocke about 7 years
    ImportError: No module named appindicator on Ubuntu 16.04 LTS
  • Yannick Schneider
    Yannick Schneider over 6 years