Echo/Noise cancellation on Debian

Create a file /etc/pulse/default.pa.d/cancellation.pa

.ifexists module-echo-cancel.so
load-module module-echo-cancel aec_method=webrtc source_name=echocancel sink_name=echocancel1
set-default-source echocancel
set-default-sink echocancel1
.endif

On your desktop console:

pulseaudio -k

References

echo_noice_cancellation_debian.txt · Last modified: 2023/02/22 21:20
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain