Add VAD + microphone example for Java API. (#1045)

This commit is contained in:
Fangjun Kuang
2024-06-23 18:34:18 +08:00
committed by GitHub
parent 7eae5c0d06
commit 757a44b116
3 changed files with 139 additions and 0 deletions

View File

@@ -57,6 +57,12 @@ The punctuation model supports both English and Chinese.
./run-speaker-identification.sh
```
## VAD with a microphone
```bash
./run-vad-from-mic.sh
```
## VAD (Remove silence)
```bash