Metadata-Version: 2.4
Name: vox-piper
Version: 0.2.2
Summary: Piper TTS adapter for Vox
Requires-Python: >=3.11
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-piper

Piper TTS adapter package for Vox.

## Included adapter

- `piper-tts-onnx` — Piper ONNX backend

## Install

```bash
pip install vox-piper
```

## Runtime Dependencies

Piper bootstraps `piper-tts` into the isolated target runtime
`$VOX_HOME/runtime/piper`.

## Use with Vox

```bash
vox pull piper-tts-onnx:en-us-lessac-medium
```
