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:
commit
f8a2bb7d11
3 changed files with 13 additions and 0 deletions
4
10-alsa-suspend.conf
Normal file
4
10-alsa-suspend.conf
Normal 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
8
99-aloop.conf
Normal 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
1
loopback.conf
Normal file
|
@ -0,0 +1 @@
|
|||
snd-aloop
|
Loading…
Add table
Add a link
Reference in a new issue