-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何调整生成的语速 #77
Comments
我想想知道语速如何调节,默认生成出来的音频需要加速到225%左右才是正常的,但是这样就带电子音了 |
我现在用的python的第三方库pyrubberband来调的速,这样基本不会改变音调 |
Thank you for providing the information. Could you please assist in enhancing the related functions and contribute to EmotiVoice? |
sure, it's my pleasure, I'll provide my code here, you can refer to it.
|
Actual use can be written like this
|
@MisakaMikoto-o hello,请问合成的语音机械感比较重,韵律平淡呆板,有什么方法可以优化吗? |
您好: 您的邮件已收到。 祝您学习进步,工作顺利,生活愉快! ——陈朝佳
|
可以试试不同的speaker和情感类型,参考我上面的代码的话就是修改path = tts(text, "开心", content, "8051", models)中"开心"和"8051"这两个 |
感谢回复,我是自己克隆音色得到的音色,并非用的基础模型里的,请问你有试过微调吗?结果怎么样? |
没试过,我的使用场景不需要声音很仿真,所以用的现有的speaker,也许你可以去别的issue中找找音色克隆相关的部分 |
ok,感谢 |
我在prompt里用语速普通、语速很快和语速很慢发现区别不大,在代码里其他地方也没发现与速度相关的地方,请问有没有办法能调整生成的语音的语速
The text was updated successfully, but these errors were encountered: