Remove virtual source to mirror changes from Valve

See e734a2227f an an explanation.
This commit is contained in:
Marco Rodolfi 2023-09-18 15:04:48 +02:00 committed by GitHub
parent 91b0c86063
commit 9432f96d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
context.modules = [
{ name = libpipewire-module-loopback
args = {
node.name = virtual-source
node.description = "Virtual Source"
capture.props = {
audio.position = [ FL FR ]
stream.dont-remix = true
node.passive = true
}
playback.props = {
audio.position = [ FL FR ]
media.class = Audio/Source
}
}
}
]