Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Last active March 31, 2022 10:33
Show Gist options
  • Save ashrafuzzaman/99459c7c2f9c17d552a6e88a480f4289 to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/99459c7c2f9c17d552a6e88a480f4289 to your computer and use it in GitHub Desktop.
Ubuntu mic noise cancelling
$ sudo vim /etc/pulse/default.pa
## Append the following
=================================================================================================================
### Enable Echo/Noise-Cancelation
.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
=================================================================================================================
## Save the file and restart pulseaudio
$ pulseaudio -k
$ pulseaudio --start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment