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?
readonlyoptionalvadOptions:VadStreamOptions
Fine-tuning knobs forwarded to the voice-activity detector. Omit to use built-in defaults.
Type Parameters
L
L extends WhisperLanguage = WhisperLanguage