huakunyang / SummerTTS

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
405 stars 71 forks source link

适用于Windows下编译的工程,含MINGW64/UCRT64及VisualStudio2022 #40

Open jark006 opened 8 months ago

jark006 commented 8 months ago

有不少人需要下Windows下编译使用,可以参考或直接使用以下两个工程:

  1. 适用于MINGW64/UCRT64:https://github.com/jark006/SummerTTS
  2. 适用于VisualStudio2022:https://github.com/jark006/SummerTTS_VS

以上工程均被我改成混合使用中英文了,并移除了gflags/glog,这两个库在此工程里并没有用处,也是在win下编译出现错误最多的。

liaiwu commented 7 months ago

太棒了

aiaimimi0920 commented 7 months ago

@jark006 话说哥们知道这个模型怎么训练吗?我想训练其他的角色模型

jark006 commented 7 months ago

@jark006 话说哥们知道这个模型怎么训练吗?我想训练其他的角色模型

作者都没开源,要不你去催催

aiaimimi0920 commented 7 months ago

@jark006 作者好像已经联系不到了,发邮件都没见回复的。。

@huakunyang 大佬冒个泡呗

bluesen-zhu commented 2 weeks ago

@jark006 跑你的exe,提示却dll,这要怎么解决?

jark006 commented 2 weeks ago

@jark006 跑你的exe,提示却dll,这要怎么解决?

dll什么名称

bluesen-zhu commented 2 weeks ago

libgomp-1.dll, libgcc_s_seh-1.dll, libwinpthread-1.dll, libstdc++-6.dll 依次提示缺上面4个

jark006 commented 2 weeks ago

libgomp-1.dll, libgcc_s_seh-1.dll, libwinpthread-1.dll, libstdc++-6.dll 依次提示缺上面4个

那就换vs那个exe吧

bluesen-zhu commented 2 weeks ago

原来要编译。可以了,非常感谢 @jark006