What problem does it solve? Converting spoken audio into accurate text manually is slow and impractical at scale, especially across multiple languages, noisy recordings, or long podcast and meeting recordings. ## Core Features & Use Cases - Multilingual Transcription: Transcribe speech in 99 languages with six model sizes from tiny (39M params) to large (1550M params), plus a fast turbo variant. - Translation to English: Convert audio in any supported language directly into English text using the translate task. - Flexible Output Formats: Generate plain text, SRT subtitles, WebVTT, or JSON with word-level timestamps via CLI or Python API. - Use Case: Transcribe a batch of recorded podcast episodes into timestamped subtitle files, then feed the text into a LangChain RAG pipeline for searchable show notes. ## Quick Start Ask the AI to transcribe an audio file such as 'meeting.mp3' using the Whisper turbo model and output the result as an SRT subtitle file.