Open jianghuakun opened 5 months ago
开发者你好,感谢关注 PaddleSpeech 开源项目,抱歉给你带来了不好的开发体验,目前开源项目维护人力有限,你可以尝试通过修改 PaddleSpeech 源码的方式自己解决,或请求开源社区其他开发者的协助。飞桨开源社区交流频道:飞桨AI Studio星河社区-人工智能学习与实训社区
开发者你好,感谢关注 PaddleSpeech 开源项目,抱歉给你带来了不好的开发体验,目前开源项目维护人力有限,你可以尝试通过修改 PaddleSpeech 源码的方式自己解决,或请求开源社区其他开发者的协助。飞桨开源社区交流频道:飞桨AI Studio星河社区-人工智能学习与实训社区
你们那边也没人回复
yaml文件如下:
This is the parameter configuration file for streaming tts server.
#################################################################################
SERVER SETTING
################################################################################# host: 0.0.0.0 port: 8090
The task format in the enginlist is:
engine_list choices = ['tts_online', 'tts_online-onnx'], the inference speed of tts_online-onnx is faster than tts_online.
protocol choices = ['websocket', 'http']
protocol: 'websocket'
engine_list: ['tts_online-onnx']
engine_list: ['tts_online']
#################################################################################
ENGINE CONFIG
#################################################################################
################################### TTS ######################################### ################### speech task: tts; engine_type: online ####################### tts_online:
am (acoustic model) choices=['fastspeech2_csmsc', 'fastspeech2_cnndecoder_csmsc']
#################################################################################
ENGINE CONFIG
#################################################################################
################################### TTS ######################################### ################### speech task: tts; engine_type: online-onnx ####################### tts_online-onnx:
am (acoustic model) choices=['fastspeech2_csmsc_onnx', 'fastspeech2_cnndecoder_csmsc_onnx']
tts_engine.py增加mix源码: elif am_dataset == "mix":
am
其他判断增加了混合模型