How to enable noise cancelation feature in Linux?
Open terminal and run this command
sudo wget -qO - https://bit.ly/2mBJSJo | sudo bash && pulseaudio -k
or you can try this manual method
sudo nano /etc/pulse/default.pa
and add the following text at the bottom
Make some devices default
load-module module-echo-cancel source_name=noechosource sink_name=noechosink
#set-default-sink output
#set-default-source input
Then run : pulseaudio -k
Thanks to DorianDotSlash
Quickie: Enable Linux's hidden noise cancellation for your microphone
• Quickie: Enable Linux's hidden noise cance...