|
| 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.
|
Definition at line 32 of file true_peak_dsp.h.
◆ process()
| void zrythm::dsp::TruePeakDsp::process |
( |
float * | p, |
|
|
int | n ) |
Process.
- Parameters
-
| p | Frame array. |
| n | Number of samples. |
◆ read()
| std::pair< float, float > zrythm::dsp::TruePeakDsp::read |
( |
| ) |
|
Returns m_ and p_.
- Parameters
-
- Returns
- std::pair<float,float>
The documentation for this class was generated from the following file: