-
Notifications
You must be signed in to change notification settings - Fork 447
FAQ
Alexander Veysov edited this page Dec 21, 2021
·
9 revisions
-
JIT model supports both
8000
and16000
Hz, ONNX model supports16000
Hz only. Although other values are not directly supported, multiples of16000
(e.g.32000
or48000
) are cast to16000
inside of the JIT model! -
Though for majority of use cases no tuning is necessary by design, a good start would be to plot probabilities, select the
threshold
,min_speech_duration_ms
,window_size_samples
andmin_silence_duration_ms
. See thus discussion and docstrings for examples.