From 37a5dca31e122dbf0ca954a8d5be9c30b1963f4b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 17 Jan 2023 13:18:13 +0100 Subject: [PATCH] module-echo-cancel: update docs with monitor.mode property --- src/modules/module-echo-cancel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/module-echo-cancel.c b/src/modules/module-echo-cancel.c index 11aae6dd8..ac803e633 100644 --- a/src/modules/module-echo-cancel.c +++ b/src/modules/module-echo-cancel.c @@ -76,6 +76,8 @@ * - `library.name = `: the echo cancellation library Currently supported: * `aec/libspa-aec-webrtc`. Leave unset to use the default method (`aec/libspa-aec-webrtc`). * - `aec.args = `: arguments to pass to the echo cancellation method + * - `monitor.mode`: Instead of making a sink, make a stream that captures from + * the monitor ports of the default sink. * * ## General options * @@ -101,6 +103,7 @@ * args = { * # library.name = aec/libspa-aec-webrtc * # node.latency = 1024/48000 + * # monitor.mode = false * capture.props = { * node.name = "Echo Cancellation Capture" * }