16 lines
461 B
Markdown
16 lines
461 B
Markdown
# Speechify TTS plugin for LiveKit Agents
|
|
|
|
Support for voice synthesis with the [Speechify](https://www.speechify.ai/) API.
|
|
|
|
See [https://docs.livekit.io/agents/integrations/tts/speechify/](https://docs.livekit.io/agents/integrations/tts/speechify/) for more information.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install livekit-plugins-speechify
|
|
```
|
|
|
|
## Pre-requisites
|
|
|
|
You'll need an API key from Speechify. It can be set as an environment variable: `SPEECHIFY_API_KEY`
|