module-echo-cancel: Correct naming in example and plugins

This commit is contained in:
Joakim Olsson 2022-03-21 09:19:07 +01:00 committed by Wim Taymans
parent b877c28d96
commit d161019b0d
3 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@
* - `source.props = {}`: properties to be passed to the source stream
* - `sink.props = {}`: properties to be passed to the sink stream
* - `library.name = <str>`: the echo cancellation library Currently supported:
* `aec/libspa-aec-exaudio`. Leave unset to use the default method (`aec/libspa-aec-exaudio`).
* `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
*
* ## General options
@ -96,7 +96,7 @@
* context.modules = [
* { name = libpipewire-module-echo-cancel
* args = {
* # library.name = aec/libspa-aec-exaudio
* # library.name = aec/libspa-aec-webrtc
* # node.latency = 1024/48000
* source.props = {
* node.name = "Echo Cancellation Source"