How to reduce noise for microphone
-
- Posts: 9
- Joined: Fri Nov 19, 2021 5:23 am
How to reduce noise for microphone
I experimented with the settings for noise reduction and SoundMinLevel and SoundIgnoreInterval but it also has noise. What should I do?
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: How to reduce noise for microphone
Noise reduction is turned on by default, RVMicrophone.NoiseReduction = True.
RVMicrophone.SoundIgnoreInterval allows to ignore sound if its amplitude is the same for some period of time.
RVMicrophone.SoundMinLevel allows to ignore too quiet sound.
These two options usually work in time intervals between speech.
If you still can hear noise, that means that our algorithm cannot suppress it, sorry.
RVMicrophone.SoundIgnoreInterval allows to ignore sound if its amplitude is the same for some period of time.
RVMicrophone.SoundMinLevel allows to ignore too quiet sound.
These two options usually work in time intervals between speech.
If you still can hear noise, that means that our algorithm cannot suppress it, sorry.
-
- Posts: 9
- Joined: Fri Nov 19, 2021 5:23 am
Re: How to reduce noise for microphone
Hi, I have been set noise reduction already but it still has noise. Whatever I set noise reduction or not, it has the same result.