Skip to main content
Version: Next

Interface: VADStreamingOptions

Defined in: types/vad.ts:51

Configuration options for the VAD streaming process.

Properties

detectionMargin?

optional detectionMargin: 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?

optional timeout: number

Defined in: types/vad.ts:52

Specifies (in milliseconds) how much does streamer wait between model inferences.