]> git.sesse.net Git - nageru/commitdiff
Remove a sort-of obsolete TODO.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Nov 2015 16:08:43 +0000 (17:08 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Nov 2015 16:08:43 +0000 (17:08 +0100)
mixer.cpp

index 7584751b9725c15b4b3a7202d39ea403d343c7a4..d1e50f59c112197583467f26d452cc5747af6f6f 100644 (file)
--- 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.