VADProcessorOptions
Tuning options for VADProcessor.
Defined in: src/core/vad/VADProcessor.ts:44
Tuning options for VADProcessor.
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
minSpeechDurationMs? | number | 200 | Consecutive speech required before onSpeechStart fires, in ms. | src/core/vad/VADProcessor.ts:57 |
silenceDurationMs? | number | 800 | Silence required before onSpeechEnd fires, in ms — the end-of-turn sensitivity knob. | src/core/vad/VADProcessor.ts:65 |
threshold? | number | 0.5 | Speech-probability entry threshold in [0, 1]. | src/core/vad/VADProcessor.ts:50 |