Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
我下载模型fastspeech2_mix_onnx_0.2.0.zip, 然后将tts_online_ws_application.yaml中模型名称改为fastspeech2_mix,voc改为hifigan_csmsc。报错如下: [2024-04-29 08:39:32,162] [ ERROR] - Failed to start server. [2024-04-29 08:39:32,162] [ ERROR] - Please check config, am support: fastspeech2, voc support: hifigan_csmsc-zh or mb_melgan_csmsc.
使用命令行正常:paddlespeech tts --am fastspeech2_mix --voc hifigan_csmsc --lang mix --input "我们的声学模型使用了 Fast Speech Two, 声码器使用了 Parallel Wave GAN and Hifi GAN." --spk_id 175 --output mix_spk175.wav