Speech module

VoiceActivityDetectorConfig

VoiceActivityDetectorConfig

#include </home/runner/work/icey/icey/src/speech/include/icy/speech/voiceactivitydetector.h>

Public Attributes

ReturnNameDescription
std::stringsource
std::stringdetectorName
intsampleRateHint
floatstartThreshold
floatstopThreshold
int64_tminSilenceUsec
int64_tupdateIntervalUsec

source

std::string source

detectorName

std::string detectorName = "energy_vad"

sampleRateHint

int sampleRateHint = 0

startThreshold

float startThreshold = 0.045f

stopThreshold

float stopThreshold = 0.020f

minSilenceUsec

int64_t minSilenceUsec = 250000

updateIntervalUsec

int64_t updateIntervalUsec = 250000