werman / noise-suppression-for-voice

Noise suppression plugin based on Xiph's RNNoise
GNU General Public License v3.0
4.77k stars 229 forks source link

Background noise issue when I am speaking! #164

Open AharrFaris opened 1 year ago

AharrFaris commented 1 year ago

The plugin works perfectly fine when there is no background noise but if the kids are playing outside or any other sounds making my voice break. I have added a demo about the problem I am facing.

Demo.zip

werman commented 1 year ago

Try moving VAD threshold to zero or a value close to it. If it doesn't help there is nothing I could do.

AharrFaris commented 1 year ago

I am afraid it did not work!

werman commented 1 year ago

Then unfortunately nothing I could do, probably the noise just overpowers you voice too much.

micsthepick commented 1 year ago

I think somehow the VAD is supposed to feed back into the rnn, (the same way that it does in training), and that helps the Neural Network to better tell what it's supposed to remove? Just my thoughts, tell me if I'm wrong, but I have noticed that this plugin is less effective at denoising than the one built into OBS (while speaking of course).

liuzhcn commented 12 months ago

i have the same problem.

Ravenstine commented 11 months ago

I have to agree, there is something the OBS version of RNNoise does different than this one. The OBS version seems to be able to remove background noise from within speech, whereas this VST plugin seems to just act exactly like a basic noise gate.