Home
Speech module

VoiceActivityDetectorStats

VoiceActivityDetectorStats

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

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

List of all members

NameKindOwner
seenvariableDeclared here
emittedvariableDeclared here
activevariableDeclared here
lastLevelvariableDeclared here
lastPeakvariableDeclared here

Public Attributes

ReturnNameDescription
uint64_tseen
uint64_temitted
boolactive
floatlastLevel
floatlastPeak

seen

uint64_t seen = 0

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


emitted

uint64_t emitted = 0

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


active

bool active = false

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


lastLevel

float lastLevel = 0.0f

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


lastPeak

float lastPeak = 0.0f

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