jhj0517 commited on
Commit
a04276d
·
1 Parent(s): b398bd3

Update defaults of the vad

Browse files
Files changed (1) hide show
  1. configs/default_parameters.yaml +2 -2
configs/default_parameters.yaml CHANGED
@@ -36,8 +36,8 @@ vad:
36
  threshold: 0.5
37
  min_speech_duration_ms: 250
38
  max_speech_duration_s: 9999
39
- min_silence_duration_ms: 2000
40
- speech_pad_ms: 400
41
 
42
  diarization:
43
  is_diarize: false
 
36
  threshold: 0.5
37
  min_speech_duration_ms: 250
38
  max_speech_duration_s: 9999
39
+ min_silence_duration_ms: 1000
40
+ speech_pad_ms: 2000
41
 
42
  diarization:
43
  is_diarize: false