From: Steinar H. Gunderson Date: Mon, 11 Jan 2016 20:38:39 +0000 (+0100) Subject: Remove redundant constant declaration. X-Git-Tag: 1.0.0~24 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=c9dffdd52a4847c6cf5590e8c45d1cf5ee6177d3 Remove redundant constant declaration. --- diff --git a/mixer.cpp b/mixer.cpp index 6e1e45d..618ce31 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -715,7 +715,6 @@ void Mixer::process_audio_one_frame(int64_t frame_pts_int, int num_samples) // then apply a makeup gain to get it to -14 dBFS. -14 dBFS is, of course, // entirely arbitrary, but from practical tests with speech, it seems to // put ut around -23 LUFS, so it's a reasonable starting point for later use. - float ref_level_dbfs = -14.0f; { float threshold = 0.01f; // -40 dBFS. float ratio = 20.0f;