]> git.sesse.net Git - nageru/blobdiff - mixer.h
Add a compressor (kindly relicensed by Rune Holm). Fixed for now, and only to get...
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 33f3a982cbb0519241224bbe67aa605d3b373f56..8ac322fd921f66e902d02fc76202e1de957674a9 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -29,6 +29,7 @@
 #include "resampler.h"
 #include "theme.h"
 #include "timebase.h"
+#include "stereocompressor.h"
 
 class H264Encoder;
 class QSurface;
@@ -203,6 +204,8 @@ private:
 
        // TODO: Implement oversampled peak detection.
        float peak = 0.0f;
+
+       StereoCompressor compressor;
 };
 
 extern Mixer *global_mixer;