aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/speech_recognition/run_audio_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/examples/speech_recognition/run_audio_file.py')
-rw-r--r--python/pyarmnn/examples/speech_recognition/run_audio_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/examples/speech_recognition/run_audio_file.py b/python/pyarmnn/examples/speech_recognition/run_audio_file.py
index c7e4c6bc31..942de2081c 100644
--- a/python/pyarmnn/examples/speech_recognition/run_audio_file.py
+++ b/python/pyarmnn/examples/speech_recognition/run_audio_file.py
@@ -65,7 +65,7 @@ def main(args):
mfcc_params = MFCCParams(sampling_freq=16000, num_fbank_bins=128, mel_lo_freq=0, mel_hi_freq=8000,
num_mfcc_feats=13, frame_len=512, use_htk_method=False, n_FFT=512)
mfcc = MFCC(mfcc_params)
- preprocessor = Preprocessor(mfcc, model_input_size=1044, stride=160)
+ preprocessor = Preprocessor(mfcc, model_input_size=296, stride=160)
text = ""
current_r_context = ""