This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/.github/scripts/test-dot-net.sh
Fangjun Kuang fd9a687ec2 Add Pascal/Go/C#/Dart API for NeMo Canary ASR models (#2367)
Add support for the new NeMo Canary ASR model across multiple language bindings by introducing a Canary model configuration and setter method on the offline recognizer.

- Define Canary model config in Pascal, Go, C#, Dart and update converter functions
- Add SetConfig API for offline recognizer (Pascal, Go, C#, Dart)
- Extend CI/workflows and example scripts to test non-streaming Canary decoding
2025-07-10 14:53:33 +08:00

126 lines
1.8 KiB
Bash
Executable File

#!/usr/bin/env bash
cd dotnet-examples/
cd ./version-test
./run.sh
ls -lh
cd ../non-streaming-canary-decode-files
./run.sh
ls -lh
rm -rf sherpa-onnx-nemo-*
cd ../offline-decode-files
./run-zipformer-ctc.sh
rm -rf sherpa-onnx-*
./run-dolphin-ctc.sh
rm -rf sherpa-onnx-dolphin-base-ctc-multi-lang-int8-2025-04-02
./run-fire-red-asr.sh
rm -rf sherpa-onnx-fire-red-asr-*
./run-moonshine.sh
rm -rf sherpa-onnx-*
./run-sense-voice-ctc.sh
rm -rf sherpa-onnx-*
./run-paraformer-itn.sh
rm -rf sherpa-onnx-*
./run-telespeech-ctc.sh
rm -rf sherpa-onnx-*
./run-nemo-ctc.sh
rm -rf sherpa-onnx-*
./run-paraformer.sh
rm -rf sherpa-onnx-*
./run-zipformer.sh
rm -rf sherpa-onnx-*
./run-hotwords.sh
rm -rf sherpa-onnx-*
./run-whisper.sh
rm -rf sherpa-onnx-*
./run-whisper-large-v3.sh
rm -rf sherpa-onnx-*
./run-tdnn-yesno.sh
rm -rf sherpa-onnx-*
cd ../speech-enhancement-gtcrn
./run.sh
ls -lh
cd ../kokoro-tts
./run-kokoro.sh
ls -lh
cd ../offline-tts
./run-matcha-zh.sh
ls -lh *.wav
./run-matcha-en.sh
ls -lh *.wav
./run-aishell3.sh
ls -lh *.wav
./run-piper.sh
ls -lh *.wav
./run-hf-fanchen.sh
ls -lh *.wav
ls -lh
pushd ../..
mkdir tts
cp -v dotnet-examples/kokoro-tts/*.wav ./tts
cp -v dotnet-examples/offline-tts/*.wav ./tts
popd
cd ../offline-speaker-diarization
./run.sh
rm -rfv *.onnx
rm -fv *.wav
rm -rfv sherpa-onnx-pyannote-*
cd ../keyword-spotting-from-files
./run.sh
cd ../online-decode-files
./run-transducer-itn.sh
rm -rf sherpa-onnx-*
./run-zipformer2-ctc.sh
rm -rf sherpa-onnx-*
./run-transducer.sh
rm -rf sherpa-onnx-*
./run-paraformer.sh
rm -rf sherpa-onnx-*
cd ../vad-non-streaming-asr-paraformer
./run.sh
cd ../offline-punctuation
./run.sh
rm -rf sherpa-onnx-*
cd ../speaker-identification
./run.sh
cd ../streaming-hlg-decoding/
./run.sh
rm -rf sherpa-onnx-*
cd ../spoken-language-identification
./run.sh
rm -rf sherpa-onnx-*