What problem does it solve? Converting spoken audio into text manually is slow and error-prone, especially across multiple languages. This Skill provides instructions for using OpenAI's Whisper model to automate speech-to-text transcription, translation to English, and language identification across 99 languages. ## Core Features & Use Cases - Multilingual Transcription: Transcribe audio in 99 languages with six model sizes (tiny 39M to large 1550M parameters) to balance speed and accuracy. - Translation & Language Detection: Translate any supported language's audio into English and auto-detect the spoken language. - Flexible Output Formats: Generate plain text, SRT/VTT subtitles, or JSON with word-level timestamps via CLI or Python API. - Use Case: Transcribe a batch of podcast episodes by loading the turbo model, iterating over MP3 files, and saving each transcript with timestamps as SRT subtitle files. ## Quick Start Transcribe the attached audio file 'meeting.mp3' to text with timestamps using the Whisper turbo model.