Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
issue #116
  • Loading branch information
Gldkslfmsd committed Oct 4, 2024
1 parent c5798e1 commit 0a00254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def __init__(self, online_chunk_size, *a, **kw):
model='silero_vad'
)
from silero_vad import VADIterator
self.vac = VADIterator(model) # we use all the default options: 500ms silence, etc.
self.vac = FixedVADIterator(model) # we use all the default options: 500ms silence, etc.

self.logfile = self.online.logfile
self.init()
Expand Down

0 comments on commit 0a00254

Please sign in to comment.