tts

star 363

Text-to-speech on macOS -- 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 on macOS -- make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.

Text-to-Speech

Speak text

say "Hello, this is a test"

Pipe text

echo "Hello world" | say

Choose a voice

say -v Alex "Hello"
say -v Samantha "Hello"
say -v Daniel "Hello"

List available voices

say -v '?'

Adjust rate (words per minute)

say -r 200 "Speaking faster"
say -r 100 "Speaking slower"

Save to audio file

say -o output.aiff "Text to save"
say -o output.aiff --data-format=LEF32@22050 "Text to save"

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