Skip to content

Instantly share code, notes, and snippets.

@Waltibaba
Created August 30, 2018 14:51
Show Gist options
  • Save Waltibaba/d2719a4e04e849512efa3bb3d115ca36 to your computer and use it in GitHub Desktop.
Save Waltibaba/d2719a4e04e849512efa3bb3d115ca36 to your computer and use it in GitHub Desktop.
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