tts

star 363

Text-to-speech — make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.

mikeyobrien By mikeyobrien schedule Updated 2/5/2026

name: tts description: Text-to-speech — make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.

Text-to-Speech

Speak text

termux-tts-speak "Hello, this is a test"
# or pipe:
echo "Hello world" | termux-tts-speak

Options

termux-tts-speak -l en-US "Text"     # language
termux-tts-speak -p 1.2 "Text"       # pitch (0.5 - 2.0)
termux-tts-speak -r 0.8 "Text"       # rate (0.5 - 2.0, slower/faster)
termux-tts-speak -s STREAM_ALARM "Text"  # audio stream

List available engines

termux-tts-engines

Command blocks until speech completes.

Install via CLI
npx skills add https://github.com/mikeyobrien/rho --skill tts
Repository Details
star Stars 363
call_split Forks 30
navigation Branch main
article Path SKILL.md
More from Creator