282:ab52a7fc0076
Anton Shestakov <av6@dwimlabs.net>, Sat, 14 Sep 2024 19:05:12 +0400
keyboard: RIP rwin, I guess Hard to find a keyboard with the right Meta key. Luckily, with lv3:ralt_switch_multikey you can press Shift+Right Alt instead.

previous change 212:f5b235eee660

.asoundrc

Permissions: -rw-r--r--

Other formats: Feeds:
# modprobe snd-aloop id=Loopback pcm_substreams=1 timer_source=Generic
pcm.desktop {
type plug
slave.pcm "dsnoop:CARD=Loopback,DEV=1"
}
pcm.splitter {
type plug
slave.pcm {
type multi
slaves {
a { channels 2 pcm "dmix:CARD=Loopback,DEV=0" }
b { channels 2 pcm "dmix:CARD=Generic,DEV=0" }
}
bindings {
0 { slave a channel 0 }
1 { slave a channel 1 }
2 { slave b channel 0 }
3 { slave b channel 1 }
}
}
route_policy "duplicate"
}
pcm.!default {
type asym
playback.pcm "splitter"
capture.pcm {
type plug
slave.pcm "dsnoop:CARD=Generic,DEV=0"
}
}