Add VAD demo for Java API (#928)

This commit is contained in:
Fangjun Kuang
2024-05-28 14:59:47 +08:00
committed by GitHub
parent b1c7d04ce2
commit bcaa6df389
14 changed files with 604 additions and 0 deletions

View File

@@ -56,3 +56,15 @@ The punctuation model supports both English and Chinese.
```bash
./run-speaker-identification.sh
```
## VAD (Remove silence)
```bash
./run-vad-remove-slience.sh
```
## VAD + Non-streaming Paraformer for speech recognition
```bash
./run-vad-non-streaming-paraformer.sh
```