Metadata-Version: 2.1
Name: livekit-plugins-xtts
Version: 0.1.6
Summary: XTTS plugin for LiveKit
Home-page: https://github.com/livekit/agents
Author-email: Anish Menon <anishmenon82@gmail.com>
License: Apache-2.0
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Website, https://livekit.io/
Project-URL: Source, https://github.com/anishmenon/livekit-plugins-xtts
Keywords: webrtc,realtime,audio,video,livekit,xtts
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown

# LiveKit Plugins XTTS by Anish Menon

## Pre-requisites

The following environment variables need to be set:

| Variable | Description | Example |
|----------|-------------|---------|
| `XTTS_BASE_URL` | Base URL of the XTTS server | `http://localhost:8000` |
| `XTTS_SPEAKER` | Path to the speaker file as per the XTTS server repo | `speaker.wav` |
| `XTTS_LANGUAGE` | Language code for TTS | `en` |

## Installation

### Step 1: Install the XTTS Server (open source)

Follow the instructions to setup the XTTS Server:
https://github.com/daswer123/xtts-api-server

### Step 2: Install the LiveKit Plugin

```bash
pip install git+https://github.com/anishmenon/livekit-plugins-xtts.git

```

## Usage examples folder

```

```


