1 #ifndef AUDIOGRAPHER_LIMITER_H
2 #define AUDIOGRAPHER_LIMITER_H
#define LIBAUDIOGRAPHER_API
ARDOUR::ExportAnalysisPtr _result
void set_input_gain(float dB)
void set_release(float s)
void set_result(ARDOUR::ExportAnalysisPtr)
Limiter(float sample_rate, unsigned int channels, samplecnt_t)
void set_threshold(float dB)
void process(ProcessContext< float > const &ctx)
AudioGrapherDSP::Limiter _limiter
void set_duration(samplecnt_t)
An generic Source that uses a std::list for managing outputs.
std::shared_ptr< ExportAnalysis > ExportAnalysisPtr