wwmm / easyeffects

Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications
GNU General Public License v3.0
6.16k stars 265 forks source link

no mic noise reduction with skype #1703

Open promeneur opened 1 year ago

promeneur commented 1 year ago

openSUSE Tumbleweed easyeffects 6.2.6

I do a Skype test call. During my speech, I stroke my finger against my desktop. This adds "toc","toc",…,"toc".

When I listen to the record, i ear the tocs.

pipewire settings_1 settings_2 settings_3

wwmm commented 1 year ago

I don't think this can be fixed here. Our noise reduction filter uses the RNNoise library. And this library is based on a neural network that is trained to remove some kinds of noises. In order to filter custom types of noises like this one you will probably have to use the scripts at the rnnoise page and train a custom model for them.

This library is good but it doesn't filter by default any possible type of noise. There is some dependence on the signal/noise ratio too.