Skip to content

Instantly share code, notes, and snippets.

@frgomes
Last active May 26, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frgomes/5ff8fd34e25d5297517f86ce77ba7fca to your computer and use it in GitHub Desktop.
Save frgomes/5ff8fd34e25d5297517f86ce77ba7fca to your computer and use it in GitHub Desktop.
Debian - Pulseaudio, bluetooth, equalizer, headset, headphone, a2sp/hsp/hfp
#!/bin/bash
sudo apt install -y pavucontrol pulseaudio-module-bluetooth pulseaudio-equalizer
sudo service bluetooth restart
pacmd load-module module-bluetooth-discover
pacmd load-module module-dbus-protocol
@frgomes
Copy link
Author

frgomes commented May 26, 2018

Unfortunately, there's no obvious GUI for the equalizer anywhere.
You can launch it from the command like so:

$ /usr/bin/qpaeq

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