Audio Transcription
Transcribe audio files to text using whisper-cpp (local, offline).
Script location
skills/local-transcribe/scripts/transcribe.sh
Basic usage
skills/local-transcribe/scripts/transcribe.sh "<audio-file>"
The transcript is printed to stdout. Use --output to save to a file instead.
Options
--output PATH— save transcript to a file instead of stdout--model PATH— path to a whisper.cpp GGML model file (auto-detected if omitted)
[Description truncada. Veja o README completo no GitHub.]