使用speech_sambert-hifigan_tts_zh-cn_16k模型语音合成

一、下载模型

语音合成-中文-多情感领域-16k-多发音人 · 模型库 (modelscope.cn)

二、安装类库

安装modelscope参考官方文档:

环境安装 · 文档中心 (modelscope.cn)

运行示例代码报错,还需要安装以下类库:

pip install matplotlib
pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
pip install pytorch_wavelets
pip install tensorboardX

你可能感兴趣的:(python)