Advertisement
Guest User

Untitled

a guest
Jun 29th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ cat .asoundrc.sav
  2. ctl.equal {
  3. type equal;
  4. }
  5.  
  6. pcm.plugequal {
  7. type equal;
  8. # Modify the line below if you do not
  9. # want to use sound card 0.
  10. #slave.pcm "plughw:0,0";
  11. #by default we want to play from more sources at time:
  12. slave.pcm "plug:dmix";
  13. }
  14. #pcm.equal {
  15. # If you don't want the equalizer to be your
  16. # default soundcard comment the following
  17. # line and uncomment the above line. (You can
  18. # choose it as the output device by addressing
  19. # it with specific apps,eg mpg123 -a equal 06.Back_In_Black.mp3)
  20. pcm.!default {
  21. type plug;
  22. slave.pcm plugequal;
  23. }
  24.  
  25. [pat@arch ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement