Add Java and Kotlin API for sense voice (#1164)
This commit is contained in:
@@ -18,6 +18,7 @@ This directory contains examples for the JAVA API of sherpa-onnx.
|
||||
|
||||
```bash
|
||||
./run-non-streaming-decode-file-paraformer.sh
|
||||
./run-non-streaming-decode-file-sense-voice.sh
|
||||
./run-non-streaming-decode-file-transducer.sh
|
||||
./run-non-streaming-decode-file-whisper.sh
|
||||
./run-non-streaming-decode-file-nemo.sh
|
||||
@@ -64,6 +65,12 @@ The punctuation model supports both English and Chinese.
|
||||
./run-vad-from-mic.sh
|
||||
```
|
||||
|
||||
## VAD with a microphone + Non-streaming SenseVoice for speech recognition
|
||||
|
||||
```bash
|
||||
./run-vad-from-mic-non-streaming-sense-voice.sh
|
||||
```
|
||||
|
||||
## VAD with a microphone + Non-streaming Paraformer for speech recognition
|
||||
|
||||
```bash
|
||||
@@ -82,6 +89,12 @@ The punctuation model supports both English and Chinese.
|
||||
./run-vad-remove-slience.sh
|
||||
```
|
||||
|
||||
## VAD + Non-streaming SenseVoice for speech recognition
|
||||
|
||||
```bash
|
||||
./run-vad-non-streaming-sense-voice.sh
|
||||
```
|
||||
|
||||
## VAD + Non-streaming Paraformer for speech recognition
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user