TTS
Pitch Smoother
这似乎是个免费、支持极多语言、非常好用、的TTS。不过不是离线的。
pip3 install edge-tts
源码:https://github.com/festvox/flite
使用文档:http://www.festvox.org/flite/doc/flite_7.html#C-example
示例代码:
#include "flite.h"
cst_voice *register_cmu_us_kal(const char *voxdir); // 注意这一行和官方文档不同,官方文档的会报错。int main(int argc, char **argv)
{
cst_voice *v;
Coqui TTS
🐸(青蛙)TTS
https://github.com/coqui-ai/TTS
For the first time, tts need to download a data model. If the download fails, it will fail for the second time. We need to remove empty data model folder from path below to make it do a retry download:
/home/hgneng/.local/share/tts/
https://rhvoice.org/languages/
Swift推荐的一款俄罗斯人开发的用AI训练出来的TTS引擎。
热门内容
最新内容
- 2 天 20 小时 ago
- 1 周 ago
- 2 周 ago
- 2 周 1 天 ago
- 2 周 4 天 ago
- 3 周 1 天 ago
- 3 周 1 天 ago
- 4 周 1 天 ago
- 1个月 2 周 ago
- 1个月 3 周 ago
最新评论