From a951b9884dcd08c79cc7a25396a80884de46ed75 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 8 Nov 2015 17:08:43 +0100 Subject: [PATCH] Remove a sort-of obsolete TODO. --- mixer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mixer.cpp b/mixer.cpp index 7584751..d1e50f5 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -553,10 +553,6 @@ void Mixer::process_audio_one_frame() // 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. // - // TODO: Hook this up to a UI, so we can see the effects, and/or turn it off - // to control the gain manually instead. For now, there's only the #if-ed out - // code below. - // // TODO: Add the actual compressors/limiters (for taking care of transients) // later in the chain. float threshold = 0.01f; // -40 dBFS. -- 2.39.2