What problem does it solve? Converting audio recordings into text manually is slow and error-prone, especially across multiple languages. This Skill provides guidance for using OpenAI's Whisper model to automate speech-to-text transcription, translation to English, and language identification. ## Core Features & Use Cases - Multilingual Transcription: Transcribe audio in 99 languages with six model sizes (tiny to large) trading speed for accuracy. - Translation & Timestamps: Translate any supported language to English and generate word-level timestamps or SRT/VTT subtitle files. - GPU Acceleration & Batching: Run on CUDA GPUs for 10-20x speedups, batch-process multiple files, or use faster-whisper for streaming. - Use Case: Transcribe a folder of podcast episodes by loading the turbo model, iterating over each MP3 file, and writing the resulting text segments to individual transcript files. ## Quick Start Ask the assistant to transcribe an audio file such as meeting.mp3 using the Whisper turbo model and save the output as a text file with timestamps.