You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert text to speech using a local or remote TTS engine.
Usage
agent-cli speak [TEXT]
Description
A straightforward text-to-speech utility:
Takes text from a command-line argument or your clipboard
Sends the text to a TTS server
Plays the generated audio through your speakers
Examples
# Speak from argument
agent-cli speak "Hello, world!"# Speak from clipboard
agent-cli speak
# Save to file instead of playing
agent-cli speak "Hello" --save-file hello.wav
# List audio output devices
agent-cli speak --list-devices
Options
Provider Selection
Option
Default
Description
--tts-provider
wyoming
The TTS provider to use ('wyoming', 'openai', 'kokoro', 'gemini').
Audio Output
Option
Default
Description
--output-device-index
-
Audio output device index (see --list-devices for available devices).
--output-device-name
-
Partial match on device name (e.g., 'speakers', 'headphones').