Expand description
whisper-stream-rs
A library for performing real-time transcription using Whisper ASR models. It handles audio capture, processing, and streaming results.
Structs§
- Whisper
Stream - Main entry point for configuring and running a Whisper transcription stream.
Enums§
- Event
- Events emitted by the transcription stream.
- Model
- Supported Whisper models.
- Whisper
Stream Error - Represents all possible errors that can occur within the
whisper-stream-rslibrary.