Metadata-Version: 2.4
Name: vox-kokoro
Version: 0.2.19
Summary: Kokoro TTS adapter for Vox
Requires-Python: >=3.11
Requires-Dist: huggingface-hub>=0.25.0
Requires-Dist: kokoro-onnx<0.5.0,>=0.4.5
Requires-Dist: kokoro<1.0.0,>=0.9.4
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-kokoro

Kokoro adapter package for Vox.

## Included adapters

- `kokoro-tts-onnx` — ONNX backend
- `kokoro-tts-torch` — native runtime backend

## Install

```bash
pip install vox-kokoro
```

## Runtime Dependencies

Kokoro currently installs its ONNX and Torch backend packages with the adapter
package. Model weights and voices still live in Vox model storage, not in the
base Vox image.

## Use with Vox

```bash
vox pull kokoro-tts-onnx:v1.0
vox pull kokoro-tts-torch:v1.0
```
