Last active
April 23, 2019 22:54
-
-
Save brandsimon/d5e5d5d82ed36f328f3db4dca3da0935 to your computer and use it in GitHub Desktop.
Pulseaudio Equalizer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pulseaudio Equalizer | |
Features: | |
- Apply equalizer setting to every sink | |
- Be able to use it with module-switch-on-connect | |
- Switch between sinks while keeping equalizer settings | |
This is also an example of how to work with filter.apply and filter.apply.*.parameters | |
Add this to your .bash_profile and modify the control values for your desired output. | |
export PULSE_PROP=' | |
filter.apply=ladspa-sink | |
filter.apply.ladspa-sink.parameters="plugin=mbeq_1197 | |
label=mbeq | |
control=0,-2.4,-8.1,-9.8,-11.1,-16.1,-17.6,-17.6,-16.1,-11.1,-8.8,-7.1,-7.4,-3.7,-0.4"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment