Loading...
Loading...
Fast ASR CLI tool for transcribing audio/video files. Use when user wants to transcribe audio/video, generate subtitles (VTT), convert speech to text with timestamps (JSON), or optimize transcription for low memory.
npx skill4agent add hyperpuncher/dotagents choughparu -S chough-binbrew install --cask hyperpuncher/tap/choughwinget install choughgo install github.com/hyperpuncher/chough/cmd/chough@latestffmpeg# Basic transcription (text to stdout)
chough audio.mp3
# JSON with timestamps
chough -f json podcast.mp3 > transcript.json
# WebVTT subtitles
chough -f vtt -o subs.vtt video.mp4
# Low memory (30s chunks)
chough -c 30 audiobook.mp3| Flag | Description | Default |
|---|---|---|
| Chunk size in seconds | 60 |
| Output: text, json, vtt | text |
| Output file | stdout |
| Show version | - |
| Duration | Time | Speed |
|---|---|---|
| 15s | 2.0s | 7.4x realtime |
| 1min | 4.3s | 14.1x realtime |
| 5min | 16.2s | 18.5x realtime |
| 30min | 90.2s | 19.9x realtime |
-c 30-c 15$XDG_CACHE_HOME$XDG_CACHE_HOME/chough/modelsCHOUGH_MODEL