> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# moorcheh-edge voice transcribe

> Transcribe an existing WAV file with Whisper.

## Synopsis

```bash theme={null}
moorcheh-edge voice transcribe --wav-file PATH [options]
```

## Options

| Flag         | Required | Description                                   |
| ------------ | -------- | --------------------------------------------- |
| `--wav-file` | Yes      | Path to a WAV file                            |
| `--json`     | No       | Print `{"text": "..."}` instead of plain text |

## Examples

```bash theme={null}
moorcheh-edge voice transcribe --wav-file recording.wav
moorcheh-edge voice transcribe --wav-file recording.wav --json
```

## Related

* [`voice listen`](/cli/voice/listen)
* [Voice CLI overview](/cli/voice/introduction)
