speech-to-text
Installation
SKILL.md
Speech-to-Text Transcription
You can transcribe audio files to text using the OpenAI Whisper CLI tool.
Prerequisites
The following must be installed on the system:
- openai-whisper:
pip install openai-whisper - ffmpeg:
brew install ffmpeg(macOS) orapt install ffmpeg(Linux)
Verify installation: whisper --help
Usage
To transcribe an audio file: