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 ,但我看不懂藏语。似乎也无法访问了。
最新评论