update: 增加单模块IndexTTS

This commit is contained in:
Sakura-RanChen
2025-08-08 16:55:17 +08:00
parent a1c4f72470
commit 8e51d52155
2 changed files with 279 additions and 1 deletions
+9 -1
View File
@@ -899,4 +899,12 @@ TTS:
speed: 1.0 # 语速,1.0 表示正常语速,>1 表示加快,<1 表示减慢
volume: 1.0 # 音量,1.0 表示正常音量,>1 表示增大,<1 表示减小
save_path: ./streaming_tts.wav # 服务器生成的语音文件保存路径
IndexStreamTTS:
# 基于Index-TTS-vLLM项目的TTS接口服务
# 参照教程:https://github.com/Ksuriuri/index-tts-vllm/blob/master/README.md
type: IndexStream
api_url: http://127.0.0.1:11996/tts
audio_format: "pcm"
# 默认音色,如需其他音色可到项目assets文件夹下注册
voice: "jay_klee"
output_dir: tmp/