Skip to main content
Version: 0.10.0

Type Alias: WhisperStreamOptions<L>

WhisperStreamOptions<L> = WhisperSttOptions<L> & object

Defined in: extensions/speech/tasks/whisperSpeechToText.ts:79

Options for the live-streaming transcription API. Extends WhisperSttOptions with optional VAD tuning.

Type Declaration

vadOptions?

readonly optional vadOptions: VadStreamOptions

Fine-tuning knobs forwarded to the voice-activity detector. Omit to use built-in defaults.

Type Parameters

L

L extends WhisperLanguage = WhisperLanguage