You are not logged in.

#1 2016-04-19 20:43:33

Scriptor
Member
Registered: 2011-01-16
Posts: 144

Gnome and alsaequal

Hello,

I am currently using gnome-shell as my main DE. The problem is that I would like to be able to use alsamixer -D equal, but I can't since gnome-shell uses pulseaudio. Even with a pulseaudio --kill it doesn't seem to have any effect. The equalizer itself runs without any problems (I can set the different frequencies), but it doesn't have any effect.

Here is my asoundrc:

pcm.!default{
    type hw;
    card PCH;
}

ctl.!default{
    type hw;
    card PCH;
}

ctl.equal {
    type equal;
}

pcm.plugequal {
    type equal;
    slave.pcm "plug:dmix";
}

pcm.!default {
    type plug;
    slave.pcm plugequal;
}

Here is my client.conf:

autospawn = no
daemon-binary = /bin/true

Thank you very much in advance for any help smile

Offline

Board footer

Powered by FluxBB