Skip to content

SUP3RMASS1VE/chatterbox-SUP3R

 
 

Repository files navigation

---Screenshot 2025-06-04 132426

Screenshot 2025-06-04 132418


🎭 Chatterbox TTS Pro (SUP3R Edition) Multilingual

Chatterbox TTS Pro is a high-quality, customizable text-to-speech (TTS) system enhanced with voice presets, advanced audio effects, and conversation mode, With 23 Languages. This is a fork of Resemble AI's Chatterbox, extended with additional audio controls, export options, and a powerful UI via Gradio.


πŸš€ Features

  • 🎀 Voice Presets
    Save and load voice settings including reference audio for fast reuse.

  • πŸŽ›οΈ Advanced Audio Effects
    Add reverb, echo, pitch shifting, equalizer, 3D spatialization, and noise reduction.

  • 🧠 Conversation Mode
    Generate multi-speaker dialogues with different voice presets.

  • πŸ“¦ Export Options
    Export audio in high/medium/low quality WAV formats.

  • 🎚️ Dynamic Controls
    Modify chunk size, temperature, seed, and more to fine-tune output.


πŸ› οΈ Installation

git clone https://github.com/SUP3RMASS1VE/chatterbox-SUP3R.git
cd chatterbox-SUP3R
python -m venv venv
venv\Scripts\activate
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
pip install -r requirements.txt
pip install chatterbox-tts --no-deps --force-reinstall

▢️ Usage

Run the app with:

python app.py

This will launch a Gradio-based interface in your browser where you can:

  • Enter text and generate speech
  • Upload reference audio
  • Enable advanced audio effects
  • Save/load/delete voice presets
  • Generate conversations between multiple speakers

πŸ“ File Structure

  • app.py β€” Main application logic
  • voice_presets.json β€” Stores saved voice preset metadata
  • saved_voices/ β€” Stores reference audio files
  • exports/ β€” Output directory for exported audio

πŸ’¬ Conversation Mode Format

Use this format to define dialogues:

Alice: Hey Bob, how's it going?
Bob: Doing great! Just testing Chatterbox.
Alice: Awesome, it sounds incredible.

πŸ™ Acknowledgments

Big thanks to the original creators of Chatterbox: πŸ‘‰ Resemble AI for their groundbreaking work in controllable TTS.


πŸ“œ License

This project is provided under the original license of the upstream chatterbox. Check their repository for licensing details.


Let me know if you’d like a more developer-focused or user-focused version!

About

SoTA open-source TTS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%