X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=stereocompressor.h;fp=stereocompressor.h;h=be13ce2f7cad4d4ec39742d75a8f28ae0f05800e;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=239f284eb705a11a3ea05ec3ec24fb270b418262;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/stereocompressor.h b/stereocompressor.h index 239f284..be13ce2 100644 --- a/stereocompressor.h +++ b/stereocompressor.h @@ -1,6 +1,7 @@ #ifndef _STEREOCOMPRESSOR_H #define _STEREOCOMPRESSOR_H 1 +#include // A simple compressor based on absolute values, with independent // attack/release times. There is no sidechain or lookahead, but the // peak value is shared between both channels. @@ -9,8 +10,6 @@ // It has been adapted and relicensed under GPLv3 (or, at your option, // any later version) for Nageru, so that its license matches the rest of the code. -class StereoBuffer; - class StereoCompressor { public: StereoCompressor(float sample_rate)