10 and 99 files should go into the ~/.config/pipewire/pipewire.conf.d/ folder loopback conf file should go into /etc/modules-load.d to load the driver across reboots
8 lines
338 B
Text
8 lines
338 B
Text
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" }
|
|
}
|
|
}
|
|
]
|