Skip to main content

Module engine

Module engine 

Source
Expand description

whisper-rs transcription engine: in-process speech-to-text.

Replaces the whisper-cli subprocess with native whisper-rs bindings.

Structs§

TranscriptionResult
Result of a transcription operation.
WhisperEngine
In-process whisper transcription engine.

Functions§

is_model_valid
Checks if a model file is valid (exists and is > 1MB).