mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Change default for Frequency Smoothing in Noise Reduction
This commit is contained in:
parent
bae6a95e15
commit
374f7700d7
@ -520,7 +520,7 @@ bool EffectNoiseReduction::Settings::PrefsIO(bool read)
|
||||
{ &Settings::mNoiseGain, wxT("Gain"), 12.0 },
|
||||
{ &Settings::mAttackTime, wxT("AttackTime"), 0.02 },
|
||||
{ &Settings::mReleaseTime, wxT("ReleaseTime"), 0.10 },
|
||||
{ &Settings::mFreqSmoothingBands, wxT("FreqSmoothing"), 0.0 },
|
||||
{ &Settings::mFreqSmoothingBands, wxT("FreqSmoothing"), 6.0 },
|
||||
|
||||
// Advanced settings
|
||||
{ &Settings::mOldSensitivity, wxT("OldSensitivity"), DEFAULT_OLD_SENSITIVITY },
|
||||
|
Loading…
x
Reference in New Issue
Block a user