Skip to content

Commit

Permalink
Update silero.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tan90xx authored Jan 20, 2025
1 parent fca563a commit acbeba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisperx/vads/silero.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def merge_chunks(segments_list,
print("No active speech found in audio")
return []
assert segments_list, "segments_list is empty."
return Vad.merge_chunks(segments, chunk_size, onset, offset)
return Vad.merge_chunks(segments_list, chunk_size, onset, offset)

0 comments on commit acbeba6

Please sign in to comment.