Metadata-Version: 2.4
Name: vox-dia
Version: 0.2.8
Summary: Dia TTS adapter for Vox
Requires-Python: >=3.11
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-dia

Dia TTS adapter package for Vox.

## Included adapter

- `dia-tts-torch` — Dia 1.6B text-to-speech backend

## Install

```bash
pip install vox-dia
```

## Runtime Dependencies

Dia uses an isolated target runtime at `$VOX_HOME/runtime/dia` for backend
packages that must not leak into the base Vox app environment.

## Use with Vox

```bash
vox pull dia-tts-torch:1.6b
```
