parent
63870987c0
commit
e25ad4fcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ class VACOnlineASRProcessor(OnlineASRProcessor):
|
|||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue