Add Dart API for audio tagging (#1181)
This commit is contained in:
8
.github/scripts/test-dart.sh
vendored
8
.github/scripts/test-dart.sh
vendored
@@ -4,6 +4,14 @@ set -ex
|
||||
|
||||
cd dart-api-examples
|
||||
|
||||
pushd audio-tagging
|
||||
echo '----------zipformer----------'
|
||||
./run-zipformer.sh
|
||||
|
||||
echo '----------ced----------'
|
||||
./run-ced.sh
|
||||
popd
|
||||
|
||||
pushd vad-with-non-streaming-asr
|
||||
echo '----------TeleSpeech CTC----------'
|
||||
./run-telespeech-ctc.sh
|
||||
|
||||
1
.github/workflows/test-dart.yaml
vendored
1
.github/workflows/test-dart.yaml
vendored
@@ -110,6 +110,7 @@ jobs:
|
||||
cp scripts/dart/tts-pubspec.yaml dart-api-examples/tts/pubspec.yaml
|
||||
cp scripts/dart/kws-pubspec.yaml dart-api-examples/keyword-spotter/pubspec.yaml
|
||||
cp scripts/dart/vad-non-streaming-asr-pubspec.yaml dart-api-examples/vad-with-non-streaming-asr/pubspec.yaml
|
||||
cp scripts/dart/audio-tagging-pubspec.yaml dart-api-examples/audio-tagging/pubspec.yaml
|
||||
|
||||
cp scripts/dart/sherpa-onnx-pubspec.yaml flutter/sherpa_onnx/pubspec.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user