Add Kotlin and Java API for Dolphin CTC models (#2086)

This commit is contained in:
Fangjun Kuang
2025-04-02 21:16:14 +08:00
committed by GitHub
parent 0de7e1b9f0
commit eee5575836
20 changed files with 517 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ This directory contains examples for the JAVA API of sherpa-onnx.
## Non-Streaming Speech recognition
```bash
./run-non-streaming-decode-file-dolphin-ctc.sh
./run-non-streaming-decode-file-paraformer.sh
./run-non-streaming-decode-file-sense-voice.sh
./run-non-streaming-decode-file-transducer.sh
@@ -102,6 +103,12 @@ The punctuation model supports both English and Chinese.
./run-vad-remove-slience.sh
```
## VAD + Non-streaming Dolphin CTC for speech recognition
```bash
./run-vad-non-streaming-dolphin-ctc.sh
```
## VAD + Non-streaming SenseVoice for speech recognition
```bash