From: Steinar H. Gunderson Date: Sun, 8 Nov 2015 16:08:43 +0000 (+0100) Subject: Remove a sort-of obsolete TODO. X-Git-Tag: 1.0.0~151 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a951b9884dcd08c79cc7a25396a80884de46ed75;p=nageru Remove a sort-of obsolete TODO. --- 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.