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