Skip to content

Instantly share code, notes, and snippets.

@MartyTremblay
Created April 26, 2020 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartyTremblay/9d2253547d3ffbd9aa4fc1247df89b00 to your computer and use it in GitHub Desktop.
Save MartyTremblay/9d2253547d3ffbd9aa4fc1247df89b00 to your computer and use it in GitHub Desktop.
Alsa multiple out /etc/alsa/conf.d/multiout.conf
pcm.multiout {
type route
slave.pcm {
type multi;
slaves.a.pcm "plughw:0,0"
slaves.b.pcm "plughw:1,0"
slaves.a.channels 2;
slaves.b.channels 2;
bindings.0.slave a;
bindings.0.channel 0;
bindings.1.slave a;
bindings.1.channel 1;
bindings.2.slave b;
bindings.2.channel 0;
bindings.3.slave b;
bindings.3.channel 1;
}
ttable.0.0 1;
ttable.1.1 1;
ttable.0.2 1;
ttable.1.3 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment