-
Notifications
You must be signed in to change notification settings - Fork 473
FAQ
-
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. -
This should give you some idea. Also please see the docstring for some base values. typically anything higher than 16 kHz is not required for speech. The model most likely will have problems with extremely long chunks.
-
Yes. Though the models were designed for streaming, they can also be used to process long audios. Please see the provided utils, the
jit
model for example has methodmodel.reset_states()
. -
Link.
-
As of this moment, we have not published any of those for lack of time and motivation. For citations and further reading please see links in the README.