loopback_foobar2000/99-aloop.conf
topterrorist f8a2bb7d11 Upload bestanden naar "/"
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
2025-08-17 17:20:06 +02:00

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" }
}
}
]