Created
August 30, 2018 14:51
-
-
Save Waltibaba/d2719a4e04e849512efa3bb3d115ca36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enable it: | |
/etc/pulse/default.pa | |
========= | |
### Enable Echo/Noise-Cancelation | |
load-module module-echo-cancel source_name=echoCancel_source sink_name=echoCancel_sink aec_method=webrtc aec_args="analog_gain_control=0 digital_gain_control=1" | |
set-default-source echoCancel_source | |
set-default-sink echoCancel_sink | |
stop the echoey crackling (https://bbs.archlinux.org/viewtopic.php?id=116172) uncomment/edit these lines: | |
/etc/pulse/daemon.conf | |
========= | |
resample-method = ffmpeg | |
enable-remixing = yes | |
flat-volumes = no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment