ALSAEQUAL runs, but sliders do not seem to affect audio
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.
When I run alsamixer -D equal
, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?
My .asoundrc
file is:
pcm.!default
type plug;
slave.pcm "plugequal";
ctl.equal
type equal;
pcm.plugequal
type equal;
slave.pcm "plug:dmix";
I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.
audio alsa
add a comment |Â
up vote
1
down vote
favorite
I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.
When I run alsamixer -D equal
, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?
My .asoundrc
file is:
pcm.!default
type plug;
slave.pcm "plugequal";
ctl.equal
type equal;
pcm.plugequal
type equal;
slave.pcm "plug:dmix";
I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.
audio alsa
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.
When I run alsamixer -D equal
, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?
My .asoundrc
file is:
pcm.!default
type plug;
slave.pcm "plugequal";
ctl.equal
type equal;
pcm.plugequal
type equal;
slave.pcm "plug:dmix";
I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.
audio alsa
I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.
When I run alsamixer -D equal
, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?
My .asoundrc
file is:
pcm.!default
type plug;
slave.pcm "plugequal";
ctl.equal
type equal;
pcm.plugequal
type equal;
slave.pcm "plug:dmix";
I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.
audio alsa
audio alsa
asked Feb 27 '14 at 6:41
Kevin
2118
2118
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf
and add autospawn = no
to the end. You can also edit /etc/pulse/daemon.conf
and add daemonize = no
. Try restarting and pulseaudio should be down.
You can start pulseaudio temporarily by running pulseaudio
in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf
and add autospawn = no
to the end. You can also edit /etc/pulse/daemon.conf
and add daemonize = no
. Try restarting and pulseaudio should be down.
You can start pulseaudio temporarily by running pulseaudio
in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).
add a comment |Â
up vote
0
down vote
I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf
and add autospawn = no
to the end. You can also edit /etc/pulse/daemon.conf
and add daemonize = no
. Try restarting and pulseaudio should be down.
You can start pulseaudio temporarily by running pulseaudio
in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf
and add autospawn = no
to the end. You can also edit /etc/pulse/daemon.conf
and add daemonize = no
. Try restarting and pulseaudio should be down.
You can start pulseaudio temporarily by running pulseaudio
in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).
I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf
and add autospawn = no
to the end. You can also edit /etc/pulse/daemon.conf
and add daemonize = no
. Try restarting and pulseaudio should be down.
You can start pulseaudio temporarily by running pulseaudio
in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).
edited Feb 13 '15 at 17:41
Michael Mrozekâ¦
58.8k27184207
58.8k27184207
answered Feb 13 '15 at 16:46
user2490448
111
111
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f117203%2falsaequal-runs-but-sliders-do-not-seem-to-affect-audio%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password