Info might be easier to find in this forum for the
Alsa Equalizer plugin in Synaptic.
Two files are needed.
For the Alsa-EQ plugin the file reads :
# /etc/asound.conf file for terminal command: $alsamixer -D equal
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
# Modify the line below if you do not
# want to use sound card 0.
#slave.pcm "plughw:0,0";
#by default we want to play from more sources at time:
slave.pcm "plug:dmix";
}
#pcm.equal {
# If you don't want the equalizer to be your
# default soundcard comment the following
# line and uncomment the above line. (You can
# choose it as the output device by addressing
# it with specific apps,eg mpg123 -a equal 06.Back_In_Black.mp3)
pcm.!default {
type plug;
slave.pcm plugequal;
}
Alsa-EQ.desktop file to put in /usr/share/applications reads :
[Desktop Entry]
Name=AlsaMixer - EQ
Comment=Advanced Linux Sound Architecture (ALSA) Equalizer
Exec=alsamixer -D equal
Icon=sound_section
Terminal=true
Type=Application
Categories=Audio;Mixer;X-MandrivaLinux-Multimedia-Sound;
The Alsa-EQ.desktop file goes into /usr/share/applications only.
Should appear in the main menu under Sound then. Should fire right
up then after reboot to load the plugin file in /etc/asound.conf
Any question, just post back.
regards,
FF