Synopsis
Options
Examples
Output
Prints transcribed text to stdout, or JSON when--json is set.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Record from the mic and print transcribed text.
moorcheh-edge voice listen [options]
| Flag | Default | Description |
|---|---|---|
--seconds | - | Fixed recording length (disables silence detection) |
--until-silence / --no-until-silence | on | Stop when you pause speaking |
--max-seconds | 30 | Max length when using silence detection |
--capture-device | env default | ALSA device, e.g. plughw:1,0 (or MOORCHEH_AUDIO_CAPTURE) |
--json | off | Print {"text": "..."} instead of plain text |
moorcheh-edge voice listen
moorcheh-edge voice listen --seconds 5
moorcheh-edge voice listen --capture-device plughw:1,0 --json
--json is set.
Was this page helpful?