Metadata-Version: 2.4
Name: vox-microsoft
Version: 0.2.15
Summary: Microsoft SpeechT5 and VibeVoice STT/TTS adapters for Vox
Requires-Python: >=3.11
Requires-Dist: accelerate>=1.6.0
Requires-Dist: datasets>=3.5.0
Requires-Dist: huggingface-hub<0.36,>=0.34
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: sentencepiece>=0.2.0
Requires-Dist: soundfile>=0.13.1
Requires-Dist: torch>=2.1.0
Requires-Dist: transformers<5,>=4.51.3
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-microsoft

Microsoft adapter package for Vox.

## Included adapters

- `speecht5-stt-torch`
- `speecht5-tts-torch`
- `vibevoice-tts-torch`

## Install

```bash
pip install vox-microsoft
```

## Use with Vox

```bash
vox pull speecht5-stt-torch:base
vox pull speecht5-tts-torch:base
vox pull vibevoice-tts-torch:realtime-0.5b
```
