Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 1, 2025
1 parent c1c9bee commit ff0195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whisper_ctranslate2/transcribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _get_vad_parameters_dictionary(self, options):
vad_parameters = {}

if options.vad_threshold:
vad_parameters["vad_threshold"] = options.vad_threshold
vad_parameters["threshold"] = options.vad_threshold

if options.vad_min_speech_duration_ms:
vad_parameters["min_speech_duration_ms"] = (
Expand Down

0 comments on commit ff0195a

Please sign in to comment.