PipeWire
0.3.66
|
The echo-cancel
module performs echo cancellation.
The module creates virtual echo-cancel-capture
source and echo-cancel-playback
sink nodes and the associated streams.
Options specific to the behavior of this module
capture.props = {}
: properties to be passed to the capture streamsource.props = {}
: properties to be passed to the source streamsink.props = {}
: properties to be passed to the sink streamplayback.props = {}
: properties to be passed to the playback streamlibrary.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 methodmonitor.mode
: Instead of making a sink, make a stream that captures from the monitor ports of the default sink.Options with well-known behavior: