2

the title says it all: is there a system wide sound enhancer/equalizer with a gui for us? ive tried using a few different sources (pulse) to no avail. any help?

thanks for reading :)

DPS
  • 348

1 Answers1

5

I'm paraphrasing from this answer

The following commands will install PulseEffects on your computer. As you are adding a PPA, you should also know how to remove that PPA.

First, install the program for (eventual) PPA removal:

sudo apt install ppa-purge

Secondly, add the PPA to your system, do an APT update, and then install PulseEffects

sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects

Finally, should you need to remove PulseEffects:

sudo ppa-purge ppa:mikhailnov/pulseeffects

Charles Green
  • 21,339
  • wow, that worked. i tried something very similar yesterday, but after it was all said and done... the only response i got from the system when trying to launch PE, was "it is recommended that you update...something something..." from pulse itself. but then nothing, not any screen or activity. THANK YOU! – DPS Feb 03 '19 at 21:36
  • I needed more BASS now I got more BASS thanks! – Erik Kubica Jul 01 '20 at 14:34