From c9dffdd52a4847c6cf5590e8c45d1cf5ee6177d3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 11 Jan 2016 21:38:39 +0100 Subject: [PATCH] Remove redundant constant declaration. --- mixer.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2