70 std::pair<float, float>
read ();
77 void init (
float samplerate);
Implements a K-System meter DSP.
void process(const float *p, int n)
Process.
std::pair< float, float > read()
Returns the current RMS and peak values.
void init(float samplerate)
Init with the samplerate.