Add Android APK for streaming Paraformer ASR (#1538)
This commit is contained in:
4
.github/workflows/apk-asr.yaml
vendored
4
.github/workflows/apk-asr.yaml
vendored
@@ -23,8 +23,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
total: ["3"]
|
||||
index: ["0", "1", "2"]
|
||||
total: ["6"]
|
||||
index: ["0", "1", "2", "3", "4", "5"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -243,6 +243,23 @@ def get_models():
|
||||
|
||||
ls -lh
|
||||
|
||||
popd
|
||||
""",
|
||||
),
|
||||
Model(
|
||||
model_name="sherpa-onnx-streaming-paraformer-bilingual-zh-en",
|
||||
idx=5,
|
||||
lang="zh_en",
|
||||
short_name="paraformer",
|
||||
cmd="""
|
||||
pushd $model_name
|
||||
rm -fv decoder.onnx
|
||||
rm -fv encoder.onnx
|
||||
|
||||
rm -rfv test_wavs
|
||||
|
||||
ls -lh
|
||||
|
||||
popd
|
||||
""",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user