From 6936dd6991a5ccf5c49b926b02b99f788820a997 Mon Sep 17 00:00:00 2001 From: Simon Sorg Date: Fri, 3 Nov 2023 18:50:15 +0100 Subject: [PATCH] default t --- whisperx/vad.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whisperx/vad.py b/whisperx/vad.py index dac0365..ab2c7bb 100644 --- a/whisperx/vad.py +++ b/whisperx/vad.py @@ -142,6 +142,7 @@ class Binarize: is_active = k_scores[0] > self.onset curr_scores = [k_scores[0]] curr_timestamps = [start] + t = start for t, y in zip(timestamps[1:], k_scores[1:]): # currently active if is_active: