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
394 stars 70 forks source link

外部使用线程池同时处理多个文本,会抛分段错误 #43

Open Xianhuii opened 5 months ago

Xianhuii commented 5 months ago

为了提高文本处理速度,外部使用线程池同时处理多个文本,底层解析语法时会抛分段错误,有没有解决方案? Image_20240420134006