Speech module
VoiceActivityDetectorConfig
VoiceActivityDetectorConfig
#include <icy/speech/voiceactivitydetector.h>Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | source | |
std::string | detectorName | |
int | sampleRateHint | |
float | startThreshold | |
float | stopThreshold | |
int64_t | minSilenceUsec | |
int64_t | updateIntervalUsec |
source
std::string sourcedetectorName
std::string detectorName = "energy_vad"sampleRateHint
int sampleRateHint = 0startThreshold
float startThreshold = 0.045fstopThreshold
float stopThreshold = 0.020fminSilenceUsec
int64_t minSilenceUsec = 250000updateIntervalUsec
int64_t updateIntervalUsec = 250000