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