ez-tts

Installation
SKILL.md

ez-tts - Local Text-to-Speech

Local text-to-speech using Kyutai's Pocket TTS. Fully offline after initial model download. ~10x realtime on CPU, no GPU needed.

Supports english, french, german, portuguese, italian, spanish (pocket-tts 2.x).

Usage

# Basic English (outputs to /tmp/tts_output.wav)
uv run scripts/tts.py "Hello, this is a test"

# Specify preset voice
uv run scripts/tts.py "Hello world" --voice marius

# Other languages (default voice picked per language)
uv run scripts/tts.py "Hola mundo" --language spanish
uv run scripts/tts.py "Bonjour le monde" --language french
uv run scripts/tts.py "Ciao mondo" --language italian --voice giovanni
Installs
33
Repository
araa47/ez-voice
GitHub Stars
1
First Seen
Mar 24, 2026
ez-tts — araa47/ez-voice