X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=c312ee3a756aed8e0ff35ccdc3b5c1d4947919ed;hb=12f9082b06c037b76dc3a653643bdaeaea89f2d2;hp=cdc6f1c8c32762b6e68f86ea61c1d3745e355f92;hpb=0f079f3c88e85d49208836642a579b4fd520fb76;p=nageru diff --git a/mixer.h b/mixer.h index cdc6f1c..c312ee3 100644 --- a/mixer.h +++ b/mixer.h @@ -30,6 +30,7 @@ #include "theme.h" #include "timebase.h" #include "stereocompressor.h" +#include "filter.h" class H264Encoder; class QSurface; @@ -205,6 +206,8 @@ private: // TODO: Implement oversampled peak detection. float peak = 0.0f; + StereoFilter locut; // Cutoff 150 Hz, 24 dB/oct. + // First compressor; takes us up to about -12 dBFS. StereoCompressor level_compressor; };