Add CXX API for Kokoro TTS 1.0 (#1802)

This commit is contained in:
Fangjun Kuang
2025-02-07 14:51:49 +08:00
committed by GitHub
parent 7330f7519a
commit d815204774
7 changed files with 111 additions and 6 deletions

View File

@@ -27,4 +27,7 @@ if(SHERPA_ONNX_ENABLE_TTS)
add_executable(kokoro-tts-en-cxx-api ./kokoro-tts-en-cxx-api.cc)
target_link_libraries(kokoro-tts-en-cxx-api sherpa-onnx-cxx-api)
add_executable(kokoro-tts-zh-en-cxx-api ./kokoro-tts-zh-en-cxx-api.cc)
target_link_libraries(kokoro-tts-zh-en-cxx-api sherpa-onnx-cxx-api)
endif()