Spaces:
Running
Running
jhj0517
commited on
Commit
·
a04276d
1
Parent(s):
b398bd3
Update defaults of the vad
Browse files
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:
|
40 |
-
speech_pad_ms:
|
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
|