Relax initial export-noise to 1/3 of interval

This commit is contained in:
Robin Gareus 2020-06-05 03:19:47 +02:00
parent f8162339cf
commit 25169d239d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -58,7 +58,7 @@ DemoNoiseAdder::init (samplecnt_t max_samples, samplecnt_t interval, samplecnt_t
_interval = interval;
_level = dB_to_coefficient (level);
_pos = interval / 5 + duration;
_pos = interval / 3 + duration;
}
void