SummerTTS 是一个基于C++的独立编译的中文和英文语音合成项目,可以本地运行不需要网络,而且没有额外的依赖,一键编译完成即可用于中文和英文的语音合成。SummerTTS is a standalone Chinese and English speech synthesis(TTS) project that has almost no dependency and could be easily used for Chinese TTS with just one key build out
详情:https://github.com/jark006/SummerTTS_VS/commit/7d02ddad8fac8b8d1322d9af3e41b3ad9e14dcf0#diff-171f583c7bae1e721f715a54a01d78918c88dc615186db28c8b206485d5062b2
就是申请内存用错成小括号了。还有就是一些实例使用memset来初始化,这是未定义行为,也要改。 我Fork的工程还做了很多其他修改,不适合直接PR,所以在此说一下。