Inverse text normalization API of streaming ASR for various programming languages (#1022)
This commit is contained in:
@@ -63,23 +63,15 @@ function(download_kaldi_decoder)
|
||||
kaldi-decoder-core
|
||||
kaldifst_core
|
||||
fst
|
||||
fstfar
|
||||
DESTINATION ..)
|
||||
if(SHERPA_ONNX_ENABLE_TTS)
|
||||
install(TARGETS
|
||||
fstfar
|
||||
DESTINATION ..)
|
||||
endif()
|
||||
else()
|
||||
install(TARGETS
|
||||
kaldi-decoder-core
|
||||
kaldifst_core
|
||||
fst
|
||||
fstfar
|
||||
DESTINATION lib)
|
||||
if(SHERPA_ONNX_ENABLE_TTS)
|
||||
install(TARGETS
|
||||
fstfar
|
||||
DESTINATION lib)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(WIN32 AND BUILD_SHARED_LIBS)
|
||||
@@ -87,12 +79,8 @@ function(download_kaldi_decoder)
|
||||
kaldi-decoder-core
|
||||
kaldifst_core
|
||||
fst
|
||||
fstfar
|
||||
DESTINATION bin)
|
||||
if(SHERPA_ONNX_ENABLE_TTS)
|
||||
install(TARGETS
|
||||
fstfar
|
||||
DESTINATION bin)
|
||||
endif()
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user