faster_whisper
faster_whisper
¶
Faster-Whisper speech-to-text backend (local, CTranslate2-based).
Classes¶
FasterWhisperBackend
¶
Bases: SpeechBackend
Local speech-to-text using Faster-Whisper (CTranslate2).
Source code in src/openjarvis/speech/faster_whisper.py
Functions¶
transcribe
¶
transcribe(audio: bytes, *, format: str = 'wav', language: Optional[str] = None) -> TranscriptionResult
Transcribe audio bytes using Faster-Whisper.