Registry / ai-ml / chatterbox-tts

chatterbox-tts

JSON →
library0.1.7pypypiunverified

Chatterbox (formerly Resemble Enhance) is an open-source text-to-speech and voice conversion library by Resemble AI. Version 0.1.7 supports Python >= 3.10. The library is actively developed on GitHub with regular releases.

pip install chatterbox-tts
INSTALL
IMPORT
SIG · CHATTERBOX-TTS
C
chatterbox-tts
ai-mlpythonv0.1.7
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
timeout
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TTS
from chatterbox import TTS
from chatterbox_tts import TTS
Package name uses underscore but import path is 'chatterbox'.
VoiceConverter
from chatterbox import VoiceConverter

Basic TTS synthesis using the medium English model.

from chatterbox import TTS tts = TTS(model_name='chatterbox-tts/en_US/chatterbox-medium') tts.tts_to_file(text='Hello world.', file_path='output.wav')
Debug
Known issues
gotchaThe import path uses 'chatterbox' not 'chatterbox_tts'. Installing from PyPI as 'chatterbox-tts' but importing as 'chatterbox' is a common mistake.
fix
Use 'from chatterbox import TTS'
affects: all
gotchamodel_name expects full model ID (e.g., 'chatterbox-tts/en_US/chatterbox-medium'). Omitting prefix may cause download errors.
fix
Include the full model ID from the list of available models.
affects: all
deprecatedThe older 'Resemble Enhance' API is deprecated. Use 'chatterbox' TTS class instead.
fix
Replace 'from resemble_enhance import TTS' with 'from chatterbox import TTS'
affects: >=0.1.0
Upgrade
Version history
0.1.7latest on PyPI · released Mar 26, 2026
Audit
Dependencies
torchrequiredRequired for model inference
librosarequiredAudio processing
soundfilerequiredAudio file I/O
Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
chatterbox-tts — pip install chatterbox-tts · libregistry