JARK006
JARK006
### What's the Problem? _No response_ ### Solution/Idea Hope to support timestamp(in milliseconds) covert. Just 3 more number. Example: 1653050156 -> 2022-05-20 12:35:56 UTC But 1653050156458 -> invalid ### Alternatives...
有不少人需要下Windows下编译使用,可以参考或直接使用以下两个工程: 1. 适用于MINGW64/UCRT64:https://github.com/jark006/SummerTTS 2. 适用于VisualStudio2022:https://github.com/jark006/SummerTTS_VS 以上工程均被我改成混合使用中英文了,并移除了gflags/glog,这两个库在此工程里并没有用处,也是在win下编译出现错误最多的。
首先,这个项目很棒,很轻量级(相对bark而言)。 但是中英文混合还是硬伤,有没有考虑过用edge-tts来生成训练数据呢? 仅需要收集中英文混合的文本即可,然后用edge-tts生成音频文件。 例如这样, pip安装edge-tts后,就可以直接操作了 ``` pip install edge-tts edge-tts -f "./text001.txt" --voice zh-CN-YunxiNeural --write-media ./text001.mp3 ``` 要是怕微软商业许可啥的,你可以开源一下训练步骤,我们自己动手
详情:https://github.com/jark006/SummerTTS_VS/commit/7d02ddad8fac8b8d1322d9af3e41b3ad9e14dcf0#diff-171f583c7bae1e721f715a54a01d78918c88dc615186db28c8b206485d5062b2 就是申请内存用错成小括号了。还有就是一些实例使用memset来初始化,这是未定义行为,也要改。 我Fork的工程还做了很多其他修改,不适合直接PR,所以在此说一下。
I have encountered three SVG rendering issues with lunaSVG: 1. In the first SVG, the ear color is not fully rendered (incomplete fill). 1. In the second SVG, there are...