Skip to content

Commit

Permalink
Merge pull request #288 from jhj0517/fix/better-defaults
Browse files Browse the repository at this point in the history
Update defaults of the vad
  • Loading branch information
jhj0517 authored Sep 23, 2024
2 parents b398bd3 + a04276d commit 901847a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/default_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ vad:
threshold: 0.5
min_speech_duration_ms: 250
max_speech_duration_s: 9999
min_silence_duration_ms: 2000
speech_pad_ms: 400
min_silence_duration_ms: 1000
speech_pad_ms: 2000

diarization:
is_diarize: false
Expand Down

0 comments on commit 901847a

Please sign in to comment.