Add C# API for Dolphin CTC models (#2089)
This commit is contained in:
@@ -56,6 +56,9 @@ target_link_libraries(fire-red-asr-c-api sherpa-onnx-c-api)
|
||||
add_executable(sense-voice-c-api sense-voice-c-api.c)
|
||||
target_link_libraries(sense-voice-c-api sherpa-onnx-c-api)
|
||||
|
||||
add_executable(dolphin-ctc-c-api dolphin-ctc-c-api.c)
|
||||
target_link_libraries(dolphin-ctc-c-api sherpa-onnx-c-api)
|
||||
|
||||
add_executable(moonshine-c-api moonshine-c-api.c)
|
||||
target_link_libraries(moonshine-c-api sherpa-onnx-c-api)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// This file demonstrates how to use Dolphin CTC model with sherpa-onnx's C API.
|
||||
// clang-format off
|
||||
//
|
||||
// wget https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-dolphin-base-ctc-multi-lang-int8-2025-04-02
|
||||
// wget https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-dolphin-base-ctc-multi-lang-int8-2025-04-02.tar.bz2
|
||||
// tar xvf sherpa-onnx-dolphin-base-ctc-multi-lang-int8-2025-04-02.tar.bz2
|
||||
// rm sherpa-onnx-dolphin-base-ctc-multi-lang-int8-2025-04-02.tar.bz2
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user