Add Android APK for streaming Paraformer ASR (#1538)

This commit is contained in:
Fangjun Kuang
2024-11-14 20:57:35 +08:00
committed by GitHub
parent 8436ba834c
commit c34ab35591
2 changed files with 19 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
total: ["3"] total: ["6"]
index: ["0", "1", "2"] index: ["0", "1", "2", "3", "4", "5"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -243,6 +243,23 @@ def get_models():
ls -lh 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 popd
""", """,
), ),