Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. pcm.!default {
  2. type plug
  3. slave.pcm mixloop
  4. }
  5.  
  6. pcm.mixloop {
  7. type asym
  8. playback.pcm "outloop"
  9. capture.pcm "hw:0,0"
  10. }
  11.  
  12. pcm.outloop {
  13. type multi
  14. slaves.a.pcm "hw:0,0"
  15. slaves.b.pcm "Loopback:0,0"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement