15 lines
380 B
Markdown
15 lines
380 B
Markdown
# Async plugin for LiveKit Agents
|
|
|
|
Support for text-to-speech with [Async](https://async.com/).
|
|
|
|
See [AsyncAI TTS docs](https://docs.livekit.io/agents/integrations/tts/asyncai/) for more information.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install livekit-plugins-asyncai
|
|
```
|
|
|
|
## Pre-requisites
|
|
|
|
You'll need an API key from Async. It can be set as an environment variable: `ASYNCAI_API_KEY` |