diff options
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; +} |