Skip to content

Instantly share code, notes, and snippets.

@brndd
Last active July 17, 2021 19:53
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 brndd/be5da43558205e2d4d06659f2878c802 to your computer and use it in GitHub Desktop.
Save brndd/be5da43558205e2d4d06659f2878c802 to your computer and use it in GitHub Desktop.
context.modules = [
#...
{ name = libpipewire-module-loopback
args = {
capture.props = {
audio.position = [FL, FL]
node.target = alsa_input.usb-BEHRINGER_UMC204HD_192k-00.analog-stereo
}
playback.props = {
media.class = Audio/Source
node.name = mono-microphone
node.description = "Behringer Left"
audio.position = [mono]
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment