Debian 10 - Way to add a system wide noise gate for mic?
by Wolf.Linux from LinuxQuestions.org on (#557SD)
So my system information:
Operating System: Debian GNU/Linux 10 (buster)
Kernel: Linux 4.19.0-9-amd64
Architecture: x86-64
Also: Xfce
I hope this is the correct forum for this question.
So in windows there are programs you can use to add a noise gate to different applications you use.
I was wondering if anyone knew of a similar way to accomplish this on linux?
the only thing thing I have found was guide to add a little echo cancellation via pulse audio by means of:
Code:sudo nano /etc/pulse/default.paand adding in: load-module module-echo-cancel
then a pulseaudio -k
Where as this did ever so slightly help I need a bit more than this as far as filters go, any thoughts?


Operating System: Debian GNU/Linux 10 (buster)
Kernel: Linux 4.19.0-9-amd64
Architecture: x86-64
Also: Xfce
I hope this is the correct forum for this question.
So in windows there are programs you can use to add a noise gate to different applications you use.
I was wondering if anyone knew of a similar way to accomplish this on linux?
the only thing thing I have found was guide to add a little echo cancellation via pulse audio by means of:
Code:sudo nano /etc/pulse/default.paand adding in: load-module module-echo-cancel
then a pulseaudio -k
Where as this did ever so slightly help I need a bit more than this as far as filters go, any thoughts?