Home
Speech module

VoiceActivityDetector::Levels

Levels

#include <icy/speech/voiceactivitydetector.h>
struct Levels

Defined in src/speech/include/icy/speech/voiceactivitydetector.h:53

List of all members

NameKindOwner
levelvariableDeclared here
peakvariableDeclared here
validvariableDeclared here

Public Attributes

ReturnNameDescription
floatlevel
floatpeak
boolvalid

level

float level = 0.0f

Defined in src/speech/include/icy/speech/voiceactivitydetector.h:55


peak

float peak = 0.0f

Defined in src/speech/include/icy/speech/voiceactivitydetector.h:56


valid

bool valid = false

Defined in src/speech/include/icy/speech/voiceactivitydetector.h:57