aura speak

Convert text to speech audio.

Syntax

aura speak <text> <output> [flags]

Description

Converts text to speech using an OpenAI-compatible TTS server. Writes the audio output to the specified file path.

Requires a TTS agent configured in features/tts.yaml.

Flags

Flag Short Default Description
--voice -V from config Voice identifier (e.g. alloy, af_heart)

Plus all global flags.

Examples

# Basic text-to-speech
aura speak "Hello, world!" hello.mp3

# With a specific voice
aura speak "Good morning" greeting.mp3 --voice af_heart

Back to top

Copyright © 2026 idelchi. Distributed under the MIT License.