Metadata-Version: 2.4
Name: vox-openvoice
Version: 0.2.4
Summary: OpenVoice TTS adapter for Vox
Requires-Python: >=3.11
Requires-Dist: librosa>=0.10.0
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: soundfile>=0.13.1
Requires-Dist: torch>=2.1.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-openvoice

OpenVoice TTS adapter package for Vox.

## Included adapter

- `openvoice-tts-torch` — OpenVoice V1 backend

## Install

```bash
pip install vox-openvoice
```

## Use with Vox

```bash
vox pull openvoice-tts-torch:v1
```
