Ardour
9.0-pre0-582-g084a23a80d
|
#include <DetectionFunction.h>
Public Attributes | |
unsigned int | stepSize |
unsigned int | frameLength |
int | DFType |
double | dbRise |
bool | adaptiveWhitening |
double | whiteningRelaxCoeff |
double | whiteningFloor |
Definition at line 30 of file DetectionFunction.h.
bool DFConfig::adaptiveWhitening |
Definition at line 35 of file DetectionFunction.h.
double DFConfig::dbRise |
Definition at line 34 of file DetectionFunction.h.
int DFConfig::DFType |
Definition at line 33 of file DetectionFunction.h.
unsigned int DFConfig::frameLength |
Definition at line 32 of file DetectionFunction.h.
unsigned int DFConfig::stepSize |
Definition at line 31 of file DetectionFunction.h.
double DFConfig::whiteningFloor |
Definition at line 37 of file DetectionFunction.h.
double DFConfig::whiteningRelaxCoeff |
Definition at line 36 of file DetectionFunction.h.