mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
fixed VADIterator
This commit is contained in:
@@ -534,7 +534,7 @@ class VACOnlineASRProcessor(OnlineASRProcessor):
|
||||
repo_or_dir='snakers4/silero-vad',
|
||||
model='silero_vad'
|
||||
)
|
||||
from silero_vad import VADIterator
|
||||
from silero_vad import FixedVADIterator
|
||||
self.vac = FixedVADIterator(model) # we use all the default options: 500ms silence, etc.
|
||||
|
||||
self.logfile = self.online.logfile
|
||||
|
||||
Reference in New Issue
Block a user