diff --git a/voice.py b/voice.py index 7cebaa7..e530029 100644 --- a/voice.py +++ b/voice.py @@ -84,7 +84,7 @@ def _get_vad(): global _vad if _vad is None: _vad = silero.VAD.load( - activation_threshold=0.75, + activation_threshold=0.60, min_speech_duration=0.2, min_silence_duration=0.55, )