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

@@ -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