loopback_foobar2000/99-aloop.conf

9 lines
338 B
Text
Raw Permalink Normal View History

context.modules += [
{ name = libpipewire-module-loopback
args = {
capture.props = { node.name = "WineLoopCapture" audio.format = "S16LE" audio.rate = 48000 target.object = "alsa_input.hw:Loopback,1,0" }
playback.props = { node.name = "WineLoopPlayback" target.object = "default" }
}
}
]