By admin , 31 一月, 2024 Open TTS 一个集成过个TTS的服务框架,可以了解一些常用的TTS。https://github.com/synesthesiam/opentts 标签 TTS
By admin , 25 十二月, 2023 藏语TTS https://github.com/atomicoo/FCH-TTSWe 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 ,但我看不懂藏语。似乎也无法访问了。 标签 TTS
By admin , 22 九月, 2023 speech zone 一个类似语音之家的国外版本,有课程。https://speech.zone/下面是语音之家语音合成介绍里延伸阅读的内容链接:TTS 标签 TTS
By admin , 5 十二月, 2022 flite的使用 源码: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; 标签 TTS
最新评论