diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-02-06 01:33:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 01:33:42 -0600 |
commit | 059becca1b65c52c036c0af9201ee808ec8d4872 (patch) | |
tree | 51b25fe8b94a77dcea22bd7b77bbb4ad8c34b5b2 /audio/alsaequal/asoundrc.example | |
parent | 9ff19b47059b12ea3bc26812f98b76112bd4cba2 (diff) | |
download | slackbuilds-059becca1b65c52c036c0af9201ee808ec8d4872.tar.gz |
audio/alsaequal: Added (10 Band Graphical Equalizer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/alsaequal/asoundrc.example')
-rw-r--r-- | audio/alsaequal/asoundrc.example | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/alsaequal/asoundrc.example b/audio/alsaequal/asoundrc.example new file mode 100644 index 0000000000..639e3e533a --- /dev/null +++ b/audio/alsaequal/asoundrc.example @@ -0,0 +1,21 @@ +ctl.equal { + type equal; +} + +pcm.plugequal { + type equal; + # Modify the line below if you don't + # want to use sound card 0. + slave.pcm "plughw:0,0"; + # or if you want to use with multiple applications output to dmix + # slave.pcm "plug:dmix" +} + +pcm.equal { + # Or if you want the equalizer to be your + # default soundcard uncomment the following + # line and comment the above line. +#pcm.!default { + type plug; + slave.pcm plugequal; +} |