aura transcribe
Transcribe an audio file to text.
Syntax
aura transcribe <file> [flags]
Description
Transcribes an audio file using a whisper-compatible STT server. Supports common audio formats: mp3, wav, ogg, flac, m4a, webm.
Requires an STT agent configured in features/stt.yaml.
Flags
| Flag | Short | Default | Description |
|---|---|---|---|
--language | -l | auto-detect | ISO-639-1 language hint (e.g. en, de, ja) |
Plus all global flags.
Examples
# Transcribe with auto-detected language
aura transcribe recording.mp3
# Transcribe with language hint
aura transcribe meeting.wav --language en
# Japanese audio
aura transcribe notes.ogg --language ja