Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::dsp::TruePeakDsp Class Reference

Public Member Functions

void process (float *p, int n)
 Process.
void process_max (float *p, int n)
float read_f ()
std::pair< float, float > read ()
 Returns m_ and p_.
void reset ()
void init (float samplerate)
 Init with the samplerate.

Detailed Description

Definition at line 32 of file true_peak_dsp.h.

Member Function Documentation

◆ process()

void zrythm::dsp::TruePeakDsp::process ( float * p,
int n )

Process.

Parameters
pFrame array.
nNumber of samples.

◆ read()

std::pair< float, float > zrythm::dsp::TruePeakDsp::read ( )

Returns m_ and p_.

Parameters
m
p
Returns
std::pair<float,float>

The documentation for this class was generated from the following file: