Metadata-Version: 2.4
Name: vox-xtts
Version: 0.2.4
Summary: Coqui XTTS-v2 adapter for Vox
Requires-Python: >=3.11
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: soundfile>=0.13.1
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-xtts

XTTS-v2 adapter package for Vox.

## Included adapter

- `xtts-tts-torch` — Coqui XTTS-v2 backend

## Install

```bash
pip install vox-xtts
```

## Runtime Dependencies

XTTS bootstraps the Coqui runtime into the isolated target runtime
`$VOX_HOME/runtime/xtts`.

## Use with Vox

```bash
vox pull xtts-tts-torch:v2
```
