Metadata-Version: 2.4
Name: vox-sesame
Version: 0.2.0
Summary: Sesame CSM 1B TTS adapter for Vox
Requires-Python: >=3.11
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: torch>=2.1.0
Requires-Dist: transformers>=4.52.1
Requires-Dist: vox>=0.1.0
Description-Content-Type: text/markdown

# vox-sesame

Sesame CSM TTS adapter package for Vox.

## Included adapter

- `sesame-tts-torch` — CSM 1B backend

## Install

```bash
pip install vox-sesame
```

## Use with Vox

```bash
vox pull sesame-tts-torch:csm-1b
```
