mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 08:51:01 +00:00
Fix
This commit is contained in:
parent
8d32e607df
commit
9fb789695e
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class WhisperStreamingTranscriber:
|
|||
) -> Iterator[ParsedChunk]:
|
||||
logger.debug(f"{len(audio)}")
|
||||
|
||||
if not ctx.vad:
|
||||
if ctx.vad:
|
||||
x = [
|
||||
v
|
||||
for v in self.vad(
|
||||
|
|
Loading…
Reference in a new issue