Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vad.py with more sane speech_pad_ms: int = 4000
In all my tests speech_pad_ms: int = 400 was too small. All other VAD numbers were good. Making speech_pad_ms: int = 4000 2x the min_silence_duration_ms: int = 2000 fixed all my problems.
- Loading branch information