docs-policy: add filter.smart = true

This commit is contained in:
Willow Barraco 2024-01-05 10:08:39 +01:00
parent 4c82e59163
commit cdd472713d
No known key found for this signature in database
GPG key ID: EABA44759877E02A

View file

@ -170,6 +170,7 @@ The PipeWire configuration files for the 2 filters should be like this:
capture.props = {
audio.position = [ FL FR ]
media.class = Audio/Sink
filter.smart = true
filter.smart.name = loopback-1
filter.smart.disabled = false
filter.smart.before = [ loopback-2 ]
@ -195,6 +196,7 @@ The PipeWire configuration files for the 2 filters should be like this:
capture.props = {
audio.position = [ FL FR ]
media.class = Audio/Sink
filter.smart = true
filter.smart.name = loopback-2
filter.smart.disabled = false
}
@ -263,6 +265,7 @@ define the filters like this:
capture.props = {
audio.position = [ FL FR ]
media.class = Audio/Sink
filter.smart = true
filter.smart.name = loopback-1
filter.smart.disabled = false
filter.smart.before = [ loopback-2 ]
@ -289,6 +292,7 @@ define the filters like this:
capture.props = {
audio.position = [ FL FR ]
media.class = Audio/Sink
filter.smart = true
filter.smart.name = loopback-2
filter.smart.disabled = false
}