Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/rnnoise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/denoise.c')
-rw-r--r--src/denoise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/denoise.c b/src/denoise.c
index 6a42274..075edc8 100644
--- a/src/denoise.c
+++ b/src/denoise.c
@@ -563,7 +563,7 @@ int main(int argc, char **argv) {
float E=0;
if (++gain_change_count > 101*300) {
speech_gain = pow(10., (-40+(rand()%60))/20.);
- noise_gain = pow(10., (-30+(rand()%40))/20.);
+ noise_gain = pow(10., (-30+(rand()%50))/20.);
if (rand()%10==0) noise_gain = 0;
noise_gain *= speech_gain;
if (rand()%10==0) speech_gain = 0;