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
macos ventura 运行 cmake .. make clang: error: unsupported option '-fopenmp' make[2]: [CMakeFiles/tts_test.dir/test/main.cpp.o] Error 1 make[1]: [CMakeFiles/tts_test.dir/all] Error 2 make: *** [all] Error 2
尝试brew install gcc 后在shell which gcc也已经指向/opt/homebrew/bin/gcc-13 仍然同样错误