You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
217 B
12 lines
217 B
2 years ago
|
[model]
|
||
|
model_path=./data/silero_vad/silero_vad.onnx
|
||
|
|
||
|
[vad]
|
||
|
sr = 16000 # 16k
|
||
|
frame_ms = 32 # 32, 64, 96 for 16k
|
||
|
threshold = 0.5
|
||
|
beam = 0.15
|
||
|
min_silence_duration_ms = 200
|
||
|
speech_pad_left_ms = 0
|
||
|
speech_pad_right_ms = 0
|