Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-11-14 20:57:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-11-14 20:57:35 +0800
Commit
c34ab3559187a065f0e607c3d120ed203f1a4bcc
c34ab355
1 parent
8436ba83
Add Android APK for streaming Paraformer ASR (#1538)
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
19 行增加
和
2 行删除
.github/workflows/apk-asr.yaml
scripts/apk/generate-asr-apk-script.py
.github/workflows/apk-asr.yaml
查看文件 @
c34ab35
...
...
@@ -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
...
...
scripts/apk/generate-asr-apk-script.py
查看文件 @
c34ab35
...
...
@@ -246,6 +246,23 @@ def get_models():
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
"""
,
),
]
return
models
...
...
请
注册
或
登录
后发表评论