Guest User

duplicate to loopback route+multi .asoundrc

a guest
Aug 9th, 2014
603
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. }
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×