mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-echo-cancel: update docs with monitor.mode property
This commit is contained in:
parent
edd3113c43
commit
37a5dca31e
1 changed files with 3 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
* - `library.name = <str>`: the echo cancellation library Currently supported:
|
||||
* `aec/libspa-aec-webrtc`. Leave unset to use the default method (`aec/libspa-aec-webrtc`).
|
||||
* - `aec.args = <str>`: 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"
|
||||
* }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue