Add C API for speaker embedding extractor. (#711)
This commit is contained in:
@@ -12,6 +12,9 @@ endif()
|
||||
add_executable(spoken-language-identification-c-api spoken-language-identification-c-api.c)
|
||||
target_link_libraries(spoken-language-identification-c-api sherpa-onnx-c-api)
|
||||
|
||||
add_executable(speaker-identification-c-api speaker-identification-c-api.c)
|
||||
target_link_libraries(speaker-identification-c-api sherpa-onnx-c-api)
|
||||
|
||||
if(SHERPA_ONNX_HAS_ALSA)
|
||||
add_subdirectory(./asr-microphone-example)
|
||||
elseif((UNIX AND NOT APPLE) OR LINUX)
|
||||
|
||||
Reference in New Issue
Block a user