Voice Activity Detector interface. More...
Inherited by AudioUtil.VoiceDetector< T >, and AudioUtil.VoiceDetectorDummy.
Properties | |
bool | On [get, set] |
If true, voice detection enabled. More... | |
float | Threshold [get, set] |
Voice detected as soon as signal level exceeds threshold. More... | |
bool | Detected [get] |
If true, voice detected. More... | |
DateTime | DetectedTime [get] |
Last time when switched to detected state. More... | |
int | ActivityDelayMs [get, set] |
Keep detected state during this time after signal level dropped below threshold. More... | |
Events | |
Action | OnDetected |
Called when switched to detected state. More... | |
Voice Activity Detector interface.
|
getset |
Keep detected state during this time after signal level dropped below threshold.
|
get |
If true, voice detected.
|
get |
Last time when switched to detected state.
|
getset |
If true, voice detection enabled.
|
getset |
Voice detected as soon as signal level exceeds threshold.
Action OnDetected |
Called when switched to detected state.