Update silero.py

This commit is contained in:
tan90xx
2025-01-20 19:52:37 +08:00
committed by GitHub
parent 2117909bf6
commit fca563a782

View File

@ -53,7 +53,7 @@ class Silero(Vad):
return audio
@staticmethod
def merge_chunks(segments,
def merge_chunks(segments_list,
chunk_size,
onset: float = 0.5,
offset: Optional[float] = None,