LeeAeron commited on
Commit
0f66bcf
·
verified ·
1 Parent(s): 0ea691e

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -60
README.md DELETED
@@ -1,60 +0,0 @@
1
- # 🌍 Multilingual Chatterbox TTS Server for Windows PC
2
- # Portable Installer Build by LeeAeron / @li_aeron
3
- # Git: https://github.com/LeeAeron/chatterbox
4
-
5
- ## ✨ Key Features
6
-
7
- 🌐 **24+ Languages:** Arabic, Chinese, Danish, Dutch, English, Finnish, French, German, Greek, Hebrew, Hindi, Italian, Japanese, Korean, Malay, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Swahili, Turkish
8
-
9
- 🎤 **Voice Cloning:** Clone any voice using reference audio files
10
-
11
- 🎤 **Stress marks detection for russian language:** Enter propmpt in russian with stress marks and get realism-like voice!
12
-
13
- 📚 **Audiobook Generation:** Process entire books with automatic text chunking
14
-
15
- ⚡ **GPU Acceleration:** NVIDIA (CUDA) and AMD (ROCm) support
16
-
17
- 🌐 **Modern Web UI:** Intuitive interface with real-time audio playback
18
-
19
- 📡 **FastAPI Server:** RESTful API with interactive documentation
20
-
21
- ## 🔩 System Requirements
22
-
23
- - **Windows 10/11** (64-bit) or **Linux**
24
- - **Python 3.10+**
25
- - **4GB+ RAM** (8GB+ recommended)
26
- - **5GB+ storage** for models
27
- - **GPU (Optional):** NVIDIA with 4GB+ VRAM or AMD RX 6000/7000 series
28
-
29
- ## 🎤 Voice Management
30
-
31
- **Predefined Voices:** Place `.wav`/`.mp3` files in `./voices` directory
32
-
33
- **Voice Cloning:** Upload reference audio via Web UI (stored in `./reference_audio`)
34
-
35
- ## ⚙️ Configuration
36
-
37
- Edit `config.yaml` for settings:
38
- ```yaml
39
- server:
40
- host: "127.0.0.1"
41
- port: 8004
42
-
43
- tts_engine:
44
- device: "auto" # auto, cuda, cpu
45
-
46
- generation_defaults:
47
- temperature: 0.7
48
- language: "en"
49
- ```
50
-
51
- ## 📜 License
52
-
53
- MIT License
54
-
55
- ## 🙏 Acknowledgements
56
-
57
- - Original sources: THX to [Resemble AI](https://www.resemble.ai/) for [Chatterbox TTS](https://github.com/resemble-ai/chatterbox)
58
-
59
- ## TO DO:
60
- - Implement stress marks setup from UI for russian language (to use as all-in-one)