mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
The monitor mode does not create a echo-cancel-playback node, and makes the echo-cancel-sink node to be a monitor node with media class Stream/Input/Audio (instead of Audio/Sink). Some applications get confused when their output stream node is not linked directly to the actual device node. Having echo-cancel-sink as a monitor node avoids this problem, allowing those applications to work properly even if echo cancel is enabled. This mode is disabled by default. You can enable it by passing the specific option (monitor.mode = true) in the args when loading the module in the pipewire context.modules configuration section. |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||