Advertisement
Guest User

duplicate to loopback route+multi .asoundrc

a guest
Aug 9th, 2014
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. defaults.pcm.dmix.!rate 48000
  2. defaults.pcm.dmix.!format S16_LE
  3. pcm.multi {
  4. type multi
  5. slaves.a.pcm "dmix:RealCardName"
  6. slaves.a.channels 2
  7. slaves.b.pcm "dmix:Loopback"
  8. slaves.b.channels 2
  9. bindings.0 { slave a; channel 0; }
  10. bindings.1 { slave a; channel 1; }
  11. bindings.2 { slave b; channel 0; }
  12. bindings.3 { slave b; channel 1; }
  13. }
  14. pcm.both {
  15. type route
  16. slave.pcm "multi"
  17. ttable.0.0 1
  18. ttable.1.1 1
  19. ttable.0.2 1
  20. ttable.1.3 1
  21. }
  22. pcm.!default {
  23. type asym
  24. playback.pcm "plug:both"
  25. capture.pcm "plug:dsnoop:RealCardName"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement