Microphone static noise

I installed Ubuntu 14.04 with dualboot. But i have problem with microphone noise. I can not find any noise reduction in Ubuntu.

Sound quality is for me quite important, because i am talking with friends on TeamSpeak, recording videos on youtube and doing livestreams.

I have microphone in headset, and i never had any problem with it in Windows.

I tried alsamixer and PulseAudio Volume Control, but it does not help, because it only lowered my volume, but noise is still here.

Please do not post here applications like audacity, because i need realtime reduction, because livestreams and talking on teamspeak.

PC: Desktop

Sound card: Realtek® ALC892


Solution 1:

At 2020, mic noise is still an issue. I got some luck with the following setting though.

Add at the end of the /etc/pulse/default.pa file:

set-default-source echoCancel_source
set-default-sink echoCancel_sink
load-module module-echo-cancel use_master_format=1 aec_method=webrtc aec_args="noise_suppression=1" source_name=echoCancel_source sink_name=echoCancel_sink
set-default-source echoCancel_source
set-default-sink echoCancel_sink

Then restart Pulse (and after each time you restart your desktop session):

pulseaudio -k && pulseaudio --start

The mic volume can't be pushed above 50%, the noise comes back! 40 % is the best catch I found for no noise at all.

Solution 2:

Try reducing the input volume in the sound settings. By normal the volume shouldn't be that high. Mine is shown in the picture.

Sound settings in Ubunut