# Tts Synthesizer

> Text-to-speech synthesis - read documents, multiple voices and engines

- Skill: `chainlesschain/tts-synthesizer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/tts-synthesizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/tts-synthesizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/tts-synthesizer

---


# TTS Synthesizer

Text-to-speech synthesis with multiple voices and engines.

## Usage

```
/tts-synthesizer --speak <text> [--voice <name>] [--output <file>]
/tts-synthesizer --file <txt/md-file> [--voice <name>]
/tts-synthesizer --list-voices [--language <lang>]
/tts-synthesizer --providers
```

## Providers

| Engine | Description                       |
| ------ | --------------------------------- |
| edge   | Microsoft Edge TTS (free, online) |
| local  | Local system TTS                  |

## Dependencies

- TTS Manager module for synthesis

