Add Speaker ID demo for C# (#862)
This commit is contained in:
13
dotnet-examples/speaker-identification/run.sh
Executable file
13
dotnet-examples/speaker-identification/run.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
if [ ! -e ./3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx ]; then
|
||||
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/speaker-recongition-models/3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx
|
||||
fi
|
||||
|
||||
if [ ! -d ./sr-data ]; then
|
||||
git clone https://github.com/csukuangfj/sr-data
|
||||
fi
|
||||
|
||||
dotnet run
|
||||
Reference in New Issue
Block a user