diff options
Diffstat (limited to 'vosk-model-small-en-us-0.15/conf/mfcc.conf')
-rw-r--r-- | vosk-model-small-en-us-0.15/conf/mfcc.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vosk-model-small-en-us-0.15/conf/mfcc.conf b/vosk-model-small-en-us-0.15/conf/mfcc.conf new file mode 100644 index 0000000..eaa40c5 --- /dev/null +++ b/vosk-model-small-en-us-0.15/conf/mfcc.conf @@ -0,0 +1,7 @@ +--sample-frequency=16000 +--use-energy=false +--num-mel-bins=40 +--num-ceps=40 +--low-freq=20 +--high-freq=7600 +--allow-downsample=true |