Class thl::dsp::analysis::Compressor#

class Compressor#

Public Functions

Compressor() = default#
~Compressor() = default#
inline void prepare(float attack, float decay, float max_gain)#
inline void process(const float *in, float *out, size_t size)#
Compressor(const Compressor&) = delete#
Compressor &operator=(const Compressor&) = delete#