Add VAD + Non-streaming ASR Python example. (#332)

This commit is contained in:
Fangjun Kuang
2023-09-22 11:53:47 +08:00
committed by GitHub
parent cf199ad466
commit 969fff5622
2 changed files with 340 additions and 0 deletions

View File

@@ -7,3 +7,6 @@
- [vad-remove-non-speech-segments.py](./vad-remove-non-speech-segments.py) It uses
[silero-vad](https://github.com/snakers4/silero-vad) to remove non-speech
segments and concatenate all speech segments into a single one.
- [vad-with-non-streaming-asr.py](./vad-with-non-streaming-asr.py) It shows
how to use VAD with a non-streaming ASR model for speech recognition from
a microphone