12

Is there any good GUI app to control my sound settings?

When I use Ubuntu, I use the sound indicator and have no problems with sound configuration. Unfortunately, sometimes sound stops working when I use an Ubuntu based distribution (for example, Lubuntu and Bodhi).

I searched in Google and read about Pulseaudio. Unfortunately, I did not manage to install it correctly. This is not an easy topic for me.

Thanks in advance

pablofiumara
  • 1,099
  • 2
  • 14
  • 29

1 Answers1

17

I solved the problem in this way:

sudo apt-get install pulseaudio pavucontrol && pavucontrol

Reboot. Change options in "Configuration" tab and you will suddenly hear the sound again.

pablofiumara
  • 1,099
  • 2
  • 14
  • 29
  • This is a lifesaver. All of a sudden my audio in Chrome wouldn't adhere to the Ubuntu system sounds, but other programs like Zoom worked fine. – Alan Sep 13 '22 at 19:06