Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can equalizer start on boot? #56

Open
redbrain opened this issue Feb 11, 2021 · 4 comments
Open

Can equalizer start on boot? #56

redbrain opened this issue Feb 11, 2021 · 4 comments

Comments

@redbrain
Copy link

I've installed the equalizer from the Manjaro repos.
I've created a curve for it that I'd like to always be on with my computer.
Is there a way to load the equalization at boot or at user login, preferably silently?
Thanks in advance.

@FFY00
Copy link
Member

FFY00 commented Feb 11, 2021

It should already be loaded on boot as the scripts simply edit the pulseaudio config.

@R33D3M33R
Copy link

R33D3M33R commented Mar 30, 2021

@redbrain: Try running pulseaudio-equalizer enable-config

@tio-trom
Copy link

How to have it enabled on boot then? It seems it is always disabled for me on boot. Is this normal? CHeers

@sefernet
Copy link

sefernet commented Feb 4, 2024

Two solutions:

  1. Edit, for user ~/.config/pulse/default.pa , for system /etc/pulse/default.pa

load-module module-ladspa-sink sink_name=ladspa_output.equalized master=compressor-stereo plugin=mbeq_1197 label=mbeq control=0.0,-2.0,-2.0,-4.0,-4.0,-2.0,4.0,6.0,7.5,7.5,7.5,7.5,4.0,2.0,0.0

( 15 controls/bands)

Source : https://forums.linuxmint.com/viewtopic.php?t=296105


  1. A script on autostart (/etc/xdg/autostart) , for example :

master=$(pactl get-default-sink)

#mbeq_1197 = ladspa module eq
pacmd load-module module-ladspa-sink sink_name=ladspa_output.mbeq_1197.mbeq master=$master plugin=mbeq_1197 label=mbeq control=0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0

(same 15 controls/bands)

Source : https://askubuntu.com/questions/43950/how-can-i-apply-a-ladspa-plugin-to-a-pulseaudio-stream

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants