Optional significantMinimum duration of continuous silence (ms) after speech has ended to be considered a "significant pause". This might indicate the user is thinking or expecting a response.
1500 ms
Optional utteranceMaximum duration of continuous silence (ms) after speech has ended
before considering the user's utterance fully complete.
This should typically be longer than significantPauseThresholdMs.
3000 ms
Optional minAfter VAD signals speech_start, how long (ms) must silence persist
before it's considered for significant_pause or utterance_end.
This prevents cutting off very short speech segments immediately if followed by silence.
Should be less than significantPauseThresholdMs.
500 ms
Optional silencePolling interval in milliseconds to check silence duration if no new VAD events occur. This ensures long silences are detected even if VAD remains in a 'no_voice_activity' state.
250 ms
Configuration for the SilenceDetector.