1 #ifndef AUDIOGRAPHER_NORMALIZER_H
2 #define AUDIOGRAPHER_NORMALIZER_H
#define LIBAUDIOGRAPHER_API
An generic Source that uses a std::list for managing outputs.
A class for normalizing to a specified target in dB.
void process(ProcessContext< float > const &c)
Process a const ProcessContext.
Normalizer(float target_dB, samplecnt_t)
Constructs a normalizer with a specific target in dB RT safe.
void process(ProcessContext< float > &c)
Process a non-const ProcsesContext in-place RT safe.
float set_peak(float peak)
Sets the peak found in the material to be normalized.