Commands/voices multilanguage support + Ukranian vosk model added
This commit is contained in:
parent
e2370dc046
commit
11c2500d9c
67 changed files with 214473 additions and 293 deletions
11
resources/vosk/vosk-model-small-uk-v3-nano/conf/mfcc.conf
Normal file
11
resources/vosk/vosk-model-small-uk-v3-nano/conf/mfcc.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# config for high-resolution MFCC features, intended for neural network training
|
||||
# Note: we keep all cepstra, so it has the same info as filterbank features,
|
||||
# but MFCC is more easily compressible (because less correlated) which is why
|
||||
# we prefer this method.
|
||||
--use-energy=false # use average of log energy, not energy.
|
||||
--sample-frequency=16000
|
||||
--num-mel-bins=40 # similar to Google's setup.
|
||||
--num-ceps=40 # there is no dimensionality reduction.
|
||||
--low-freq=20 # low cutoff frequency for mel bins... this is high-bandwidth data, so
|
||||
# there might be some information at the low end.
|
||||
--high-freq=-400 # high cutoff frequently, relative to Nyquist of 8000 (=7600)
|
||||
10
resources/vosk/vosk-model-small-uk-v3-nano/conf/model.conf
Normal file
10
resources/vosk/vosk-model-small-uk-v3-nano/conf/model.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--min-active=200
|
||||
--max-active=3000
|
||||
--beam=13.0
|
||||
--lattice-beam=2.0
|
||||
--acoustic-scale=1.0
|
||||
--frame-subsampling-factor=3
|
||||
--endpoint.silence-phones=1:2:3:4:5:6:7:8:9:10
|
||||
--endpoint.rule2.min-trailing-silence=0.5
|
||||
--endpoint.rule3.min-trailing-silence=1.0
|
||||
--endpoint.rule4.min-trailing-silence=2.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue