diff --git a/README.md b/README.md index f576c0b..b27a19a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,45 @@ A text-to-speech web application based on Qwen3-TTS, supporting custom voice, vo - Voice Design: Create voices from natural language descriptions - Voice Cloning: Clone voices from uploaded audio - Dual Backend Support: Switch between local model and Aliyun TTS API +- Multi-language Support: English, 简体中文, 繁體中文, 日本語, 한국어 - JWT auth, async tasks, voice cache, dark mode +## Interface Preview + +### Light & Dark Mode + + + + + + +
+ Light Mode +

Light Mode - Custom Voice

+
+ Dark Mode +

Dark Mode - Custom Voice

+
+ +### Voice Design + +

+ Voice Design List +

+

Manage your custom voice designs

+ +

+ Save Voice Design +

+

Save voice design dialog

+ +### Voice Cloning + +

+ Voice Cloning +

+

Clone voices by recording or uploading audio

+ ## Tech Stack Backend: FastAPI + SQLAlchemy + PyTorch + JWT diff --git a/README.zh.md b/README.zh.md index c360ee5..26b5cfb 100644 --- a/README.zh.md +++ b/README.zh.md @@ -10,8 +10,45 @@ - 语音设计:自然语言描述创建语音 - 语音克隆:上传音频克隆语音 - 双后端支持:支持本地模型和阿里云 TTS API 切换 +- 多语言支持:English、简体中文、繁體中文、日本語、한국어 - JWT 认证、异步任务、语音缓存、暗黑模式 +## 界面预览 + +### 亮色与暗黑模式 + + + + + + +
+ 亮色模式 +

亮色模式 - 自定义语音

+
+ 暗黑模式 +

暗黑模式 - 自定义语音

+
+ +### 语音设计 + +

+ 语音设计列表 +

+

管理您的自定义语音设计

+ +

+ 保存语音设计 +

+

保存语音设计对话框

+ +### 语音克隆 + +

+ 语音克隆 +

+

通过录音或上传音频克隆声音

+ ## 技术栈 后端:FastAPI + SQLAlchemy + PyTorch + JWT diff --git a/images/clone-voice-recording.png b/images/clone-voice-recording.png new file mode 100644 index 0000000..3d3a6ca Binary files /dev/null and b/images/clone-voice-recording.png differ diff --git a/images/custom-voice-list.png b/images/custom-voice-list.png new file mode 100644 index 0000000..2f9cf3c Binary files /dev/null and b/images/custom-voice-list.png differ diff --git a/images/darkmode-chinese.png b/images/darkmode-chinese.png new file mode 100644 index 0000000..0a4721b Binary files /dev/null and b/images/darkmode-chinese.png differ diff --git a/images/lightmode-english.png b/images/lightmode-english.png new file mode 100644 index 0000000..a2c85bc Binary files /dev/null and b/images/lightmode-english.png differ diff --git a/images/save-voice-design-dialog.png b/images/save-voice-design-dialog.png new file mode 100644 index 0000000..c1f9fc8 Binary files /dev/null and b/images/save-voice-design-dialog.png differ