Skip to main content

Module whisper_executor

Module whisper_executor 

Source
Expand description

Whisper ASR Executor — full decode pipeline matching Python whisper.

Implements: timestamp-based sequential decode, logit suppression (SuppressBlank, SuppressTokens, ApplyTimestampRules), temperature fallback, compression ratio check, seek-based segmentation.

Structs§

WhisperModelExecutor
Whisper executor for speech-to-text.