Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2025-04-29 15:14:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-04-29 15:14:50 +0800
Commit
73dba271450e86e0134ac9d99d6c134188e9cdc4
73dba271
1 parent
9d25c90a
Fix building without TTS (#2159)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
CMakeLists.txt
CMakeLists.txt
查看文件 @
73dba27
...
...
@@ -393,9 +393,10 @@ if(SHERPA_ONNX_ENABLE_TTS)
set
(
ESPEAK_NG_DIR
${
espeak_ng_SOURCE_DIR
}
)
message
(
STATUS
"ESPEAK_NG_DIR:
${
ESPEAK_NG_DIR
}
"
)
include
(
piper-phonemize
)
include
(
cppjieba
)
# For Chinese TTS. It is a header-only C++ library
endif
()
include
(
cppjieba
)
# It is a header-only C++ library
if
(
SHERPA_ONNX_ENABLE_SPEAKER_DIARIZATION
)
include
(
hclust-cpp
)
endif
()
...
...
请
注册
或
登录
后发表评论