Interface: VADStreamingOptions
Defined in: types/vad.ts:51
Configuration options for the VAD streaming process.
Properties
detectionMargin?
optionaldetectionMargin:number
Defined in: types/vad.ts:53
Specifies (in milliseconds) how far the last detected speech segment can be to still be considered as ongoing speech.
timeout?
optionaltimeout:number
Defined in: types/vad.ts:52
Specifies (in milliseconds) how much does streamer wait between model inferences.