Add VAD + Non-streaming ASR + microphone examples for Java API (#1046)

This commit is contained in:
Fangjun Kuang
2024-06-23 19:09:21 +08:00
committed by GitHub
parent 757a44b116
commit 29abf242c3
7 changed files with 389 additions and 406 deletions

View File

@@ -63,6 +63,18 @@ The punctuation model supports both English and Chinese.
./run-vad-from-mic.sh
```
## VAD with a microphone + Non-streaming Paraformer for speech recognition
```bash
./run-vad-from-mic-non-streaming-paraformer.sh
```
## VAD with a microphone + Non-streaming Whisper tiny.en for speech recognition
```bash
./run-vad-from-mic-non-streaming-whisper.sh
```
## VAD (Remove silence)
```bash