Metadata-Version: 2.4
Name: vox-whisper
Version: 0.2.4
Summary: faster-whisper / CTranslate2 Whisper adapter for Vox
Requires-Python: >=3.11
Requires-Dist: ctranslate2<5.0.0,>=4.7.1
Requires-Dist: faster-whisper<2.0.0,>=1.2.1
Requires-Dist: numpy<2.4,>=1.26.0
Requires-Dist: torch>=2.1.0
Requires-Dist: vox-runtime>=0.2.2
Description-Content-Type: text/markdown

# vox-whisper

Whisper STT adapter package for Vox.

## Included adapter

- `whisper-stt-ct2` — faster-whisper / CTranslate2 backend

## Install

```bash
pip install vox-whisper
```

## Use with Vox

```bash
vox pull whisper-stt-ct2:base.en
vox pull whisper-stt-ct2:large-v3
```
