Add C# API for Dolphin CTC models (#2089)

This commit is contained in:
Fangjun Kuang
2025-04-02 23:36:22 +08:00
committed by GitHub
parent 18a6ed5ddc
commit 2dc0f91904
10 changed files with 52 additions and 4 deletions

View File

@@ -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
//