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
This commit is contained in:
topterrorist 2025-08-17 17:20:06 +02:00
commit f8a2bb7d11
3 changed files with 13 additions and 0 deletions

4
10-alsa-suspend.conf Normal file
View file

@ -0,0 +1,4 @@
context.properties = {
# Time (in seconds) to suspend sinks that are idle
session.suspend-timeout-seconds = 1
}

8
99-aloop.conf Normal file
View file

@ -0,0 +1,8 @@
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" }
}
}
]

1
loopback.conf Normal file
View file

@ -0,0 +1 @@
snd-aloop