Metadata-Version: 2.4
Name: joe-us-piper-voice
Version: 1.0.0
Summary: Bundled Piper TTS voice assets for en_US-joe-medium.
Author: OpenAI Codex workspace packaging
License-Expression: MIT
Project-URL: Homepage, https://huggingface.co/rhasspy/piper-voices/tree/v1.0.0/en/en_US/joe/medium
Project-URL: Source, https://huggingface.co/rhasspy/piper-voices/tree/v1.0.0/en/en_US/joe/medium
Keywords: piper,tts,voice,onnx,en_US,joe
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# joe-us-piper-voice

Python package that bundles the Piper `en_US-joe-medium` voice assets.

Included files:

- `en_US-joe-medium.onnx`
- `en_US-joe-medium.onnx.json`
- `MODEL_CARD`

Example:

```python
from joe_us_piper_voice import model_path, config_path

print(model_path())
print(config_path())
```

Upstream voice source:

- https://huggingface.co/rhasspy/piper-voices/tree/v1.0.0/en/en_US/joe/medium

Licensing notes:

- This package metadata is MIT.
- The upstream voice `MODEL_CARD` currently lists the voice license as `CC0`.
