Voice
moorcheh-edge voice transcribe
Transcribe an existing WAV file with Whisper.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Transcribe an existing WAV file with Whisper.
moorcheh-edge voice transcribe --wav-file PATH [options]
| Flag | Required | Description |
|---|---|---|
--wav-file | Yes | Path to a WAV file |
--json | No | Print {"text": "..."} instead of plain text |
moorcheh-edge voice transcribe --wav-file recording.wav
moorcheh-edge voice transcribe --wav-file recording.wav --json
Was this page helpful?