-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
It should already be loaded on boot as the scripts simply edit the pulseaudio config. |
@redbrain: Try running |
How to have it enabled on boot then? It seems it is always disabled for me on boot. Is this normal? CHeers |
Two solutions:
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
master=$(pactl get-default-sink) #mbeq_1197 = ladspa module eq (same 15 controls/bands) Source : https://askubuntu.com/questions/43950/how-can-i-apply-a-ladspa-plugin-to-a-pulseaudio-stream Regards |
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.
The text was updated successfully, but these errors were encountered: