Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. pcm.!default {
  2. type hw
  3. card 1
  4. device 0
  5. }
  6.  
  7. pcm.AMP1 {
  8. type plug;
  9. slave.pcm "Komp05";
  10. }
  11.  
  12.  
  13. pcm.Komp05 {
  14. type ladspa;
  15. slave.pcm "plughw:1,0";
  16. path "/usr/lib/ladspa";
  17. plugins [ {
  18. id 1913;
  19. input {
  20. controls [5 -1.0 0.5]
  21. # 5dB Amplification, Limit -1.0dB, release-time 0.5sec
  22. }
  23. } ]
  24. }
  25.  
  26. ctl.!default {
  27. type hw
  28. card 1
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement