Add Kotlin and Java API for Dolphin CTC models (#2086)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user