16 lines
440 B
Markdown
16 lines
440 B
Markdown
# AssemblyAI plugin for LiveKit Agents
|
|
|
|
Support for Streaming Speech-to-Text from AssemblyAI.
|
|
|
|
See [https://docs.livekit.io/agents/integrations/stt/assemblyai/](https://docs.livekit.io/agents/integrations/stt/assemblyai/) for more information.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install livekit-plugins-assemblyai
|
|
```
|
|
|
|
## Pre-requisites
|
|
|
|
You'll need to specify an AssemblyAI API Key. It can be set as environment variable: `ASSEMBLYAI_API_KEY`.
|