From cdd472713dd084a7c8e459e5d51574972d32b812 Mon Sep 17 00:00:00 2001 From: Willow Barraco Date: Fri, 5 Jan 2024 10:08:39 +0100 Subject: [PATCH] docs-policy: add filter.smart = true --- docs/rst/daemon/configuration/policy.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/rst/daemon/configuration/policy.rst b/docs/rst/daemon/configuration/policy.rst index be47a2cd..b94bf80e 100644 --- a/docs/rst/daemon/configuration/policy.rst +++ b/docs/rst/daemon/configuration/policy.rst @@ -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 }