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: