keep only debug log for tracks with no words (#724)

Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com>
This commit is contained in:
Igor Monadical
2025-11-18 10:40:46 -05:00
committed by GitHub
parent 18ed713369
commit 616092a9bb

View File

@@ -582,7 +582,8 @@ class PipelineMainMultitrack(PipelineMainBase):
t = await self.transcribe_file(padded_url, transcript.source_language)
if not t.words:
continue
self.logger.debug(f"no words in track {idx}")
# not skipping, it may be silence or indistinguishable mumbling
for w in t.words:
w.speaker = idx