Add Java and Kotlin API for sense voice (#1164)

This commit is contained in:
Fangjun Kuang
2024-07-22 14:08:40 +08:00
committed by GitHub
parent ac8223bd8a
commit dd300b1de5
16 changed files with 601 additions and 2 deletions

View File

@@ -89,6 +89,23 @@ def get_models():
popd
""",
),
Model(
model_name="sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17",
idx=15,
lang="zh_en_ko_ja_yue",
short_name="sense_voice",
cmd="""
pushd $model_name
rm -rfv test_wavs
rm -fv model.onnx
rm -fv *.py
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-paraformer-zh-small-2024-03-09",
idx=14,