# TTS-for-GPT-soVITS **Repository Path**: choicer/TTS-for-GPT-soVITS ## Basic Information - **Project Name**: TTS-for-GPT-soVITS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: plug_in - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 中文说明 这是一个基于[GPT-soVITS](https://github.com/RVC-Boss/GPT-SoVITS)开发的 推理特化插件 请见项目:https://github.com/X-T-E-R/TTS-for-GPT-soVITS 并且实现了 前后端分离、模型管理、多角色/情绪切换、流式推理等特性。一切语音合成基于一个统一的API服务 详细中文文档、使用说明和整合包请见文档:https://www.yuque.com/xter/zibxlp/kkicvpiogcou5lgp 后端程序:`src/tts_backend.py` 前端程序:`src/TTS_Webui.py` 模型管理界面:`src/Character_Manager.py` 有关于文档:主要的文档都放在了语雀上,中文用户请直接看语雀,~~其它用户请等待我写文档并且在代码中使用i18n~~ 仅导出了几个核心文档: [API接口文档]( ./docs/cn/API接口文档.md) [模型文件导入方式]( ./docs/cn/模型文件导入方式.md) [项目说明]( ./docs/cn/项目说明.md) ## 英文说明 This is a reasoning-specialized plugin developed based on GPT-soVITS. For more information, please visit the project at: https://github.com/X-T-E-R/TTS-for-GPT-soVITS It features a separation of front-end and back-end, model management, multiple roles/emotions switching, and stream reasoning. All voice synthesis is based on a unified API service. Currently, it primarily supports Chinese, with multi-language support still under development. For detailed documentation, usage instructions, and integration packages, please see the document at: https://www.yuque.com/xter/zibxlp/kkicvpiogcou5lgp Back-end program: `src/tts_backend.py` Front-end program: `src/TTS_Webui.py` Model management interface: `src/Character_Manager.py`