Skip to content

Commit

Permalink
ZamNoise: Increase amount of noise reduction without compromising sound
Browse files Browse the repository at this point in the history
  • Loading branch information
zamaudio committed Apr 26, 2024
1 parent a5b97e9 commit e46c3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ZamNoise/Denoise.cpp
Expand Up @@ -291,7 +291,7 @@ Denoise::Denoise(float srate) {
dn_gamma = 0.95;
n_noise_samples = FFT_SIZE;
rate = (int) srate;
amount = 0.75;
amount = 0.9;
smoothness = 11;
randomness = 0.0;
estimate_power_floor = 0;
Expand Down

0 comments on commit e46c3c5

Please sign in to comment.