TTS

By admin, 25 十二月, 2023

https://github.com/atomicoo/FCH-TTS

We may encounter issue of fail to download cmudict. We need to solve it like this:

$ python3
>>> import nltk
>>> nltk.set_proxy('127.0.0.1:7890')
>>> nltk.downlad('cmudict')

据说这个网站也有数据库: MONLAM.AI  ,但我看不懂藏语。似乎也无法访问了。

标签

By admin, 22 九月, 2023

一个类似语音之家的国外版本,有课程。

https://speech.zone/

下面是语音之家语音合成介绍里延伸阅读的内容链接:TTS

标签

By admin, 7 三月, 2023

这似乎是个免费、支持极多语言、非常好用、的TTS。不过不是离线的。

pip3 install edge-tts

标签