transcribe-audio Transcribes audio files to text using whisper-cpp locally and offline. No API keys or network required. Basic Transcription Options - — specify source language (auto-detect by default) - — choose model size: , , , , - — output format: , , (default: ) - — include timestamps in output Supported Formats MP3, WAV, FLAC, OGG, M4A, and any format whisper-cpp supports. For best results, use uncompressed WAV or FLAC. Tips - Larger models ( , ) are more accurate but slower - Auto-detect language works well for common languages; specify explicitly for mixed-language audio - Output with…