speak/README.md
2026-03-19 14:28:01 -07:00

333 B

speak

Like macOS say, but using an ElevenLabs voice.

Setup

Add your ElevenLabs credentials to ~/.env:

ELEVENLABS_API_KEY=your_key
ELEVENLABS_VOICE_ID=your_voice_id

Usage

Run directly:

bun run index.ts Hey there cowboy.

Install globally:

bun link
speak "Oh my, well hey there partner"