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-ttsVerified import paths — ran on the pinned version, not inferred.
Basic TTS synthesis using the medium English model.
Use 'from chatterbox import TTS'
Include the full model ID from the list of available models.
Replace 'from resemble_enhance import TTS' with 'from chatterbox import TTS'