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.

@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