Local audio transcription using faster-whisper in Docker.
cd /path/to/skills/transcribe/scripts
chmod +x install.sh
./install.sh
This builds the Docker image whisper:local and installs the transcribe CLI.
transcribe /path/to/audio.mp3 [language]
es (Spanish)auto for auto-detectiontranscribe /tmp/voice.ogg # Spanish (default)
transcribe /tmp/meeting.mp3 en # English
transcribe /tmp/audio.m4a auto # Auto-detect
mp3, m4a, ogg, wav, webm, flac, aac
transcribe scripts/transcribe - CLI wrapper (bash)scripts/install.sh - Installation script (includes Dockerfile inline)small (fast) - edit install.sh for large-v3 (accurate)共 1 个版本