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
2025-04-02 23:36:22 +08:00

116 lines
1.7 KiB
Bash
Executable File

#!/usr/bin/env bash
cd dotnet-examples/
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 ../offline-decode-files
./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 ../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-*