Skip to content

Instantly share code, notes, and snippets.

@iamcaleberic
Last active November 26, 2023 05:43
Show Gist options
  • Save iamcaleberic/5d1b5663f57185410964449c5417b996 to your computer and use it in GitHub Desktop.
Save iamcaleberic/5d1b5663f57185410964449c5417b996 to your computer and use it in GitHub Desktop.
Enabling Pulse Audio Equaliser Arch Linux

Enabling Pulse Audio Equaliser Arch Linux

  • Install the pulseaudio package.

     $ pacman -S pulseaudio
    
  • Install control module and equlizer

     $ pacman -S pulseaudio-equalizer pavucontrol
    
  • Install gst-plugins-good if your intended program has a legacy GStreamer implementation.

     $ pacman -S gstreamer gst-plugins-good
    
  • Load equalizer sink and dbus-protocol module

     $ pactl load-module module-equalizer-sink
     $ pactl load-module module-dbus-protocol
    
  • Run the GUI front-end:

      $ qpaeq
    

Note: If qpaeq has no effect change setting audio output to "FFT based equalizer on ..." while the media player is running.

Written with StackEdit.

@telmotrooper
Copy link

telmotrooper commented Aug 14, 2020

I get Failure: Module initialization failed on pactl load-module module-dbus-protocol but otherwise everything works. I ended up going with package pulseeffects though which is actively being maintained.

@seveibar
Copy link

Works for me! Awesome!

@jmfergeau
Copy link

Thank you. Seems it's working for me.
Damn, that's the kind of thing you can't just guess if no one tells you :/

@Roctic
Copy link

Roctic commented Nov 19, 2022

I get Failure: Module initialization failed on pactl load-module module-dbus-protocol but otherwise everything works. I ended up going with package pulseeffects though which is actively being maintained.

i also had this problem but i used the qpaeq and get sucess (sorry for my terrible english)

@kevin-roan
Copy link

Getting an error, when i run
'pactl load-module module-dbus-protocol'
Failure: Module initialization failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment