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/scripts/gtcrn/run.sh
2025-03-10 11:31:18 +08:00

13 lines
315 B
Bash
Executable File

#!/usr/bin/env bash
#
if [ ! -f gtcrn_simple.onnx ]; then
wget https://github.com/Xiaobin-Rong/gtcrn/raw/refs/heads/main/stream/onnx_models/gtcrn_simple.onnx
fi
if [ ! -f ./inp_16k.wav ]; then
wget https://github.com/yuyun2000/SpeechDenoiser/raw/refs/heads/main/16k/inp_16k.wav
fi
python3 ./add_meta_data.py