Expand description
whisper-rs transcription engine: in-process speech-to-text.
Replaces the whisper-cli subprocess with native whisper-rs bindings.
Structs§
- Transcription
Result - Result of a transcription operation.
- Whisper
Engine - In-process whisper transcription engine.
Functions§
- is_
model_ valid - Checks if a model file is valid (exists and is > 1MB).