CMSIS-DSP: Correction to MFCC Q15 node.

pull/19/head
Christophe Favergeon 4 years ago
parent 6d159f6085
commit 60475b816d

@ -147,7 +147,7 @@ public:
};
const arm_mfcc_instance_q15 *mfccConfig;
std::vector<q15_t> memory;
std::vector<q31_t> memory;
};

@ -237,6 +237,8 @@ def checkF16(configs):
configs["hasF16"]=hasF16
env = Environment(
# For 3.0 version of jinja2, replace with
# loader=PackageLoader("mfcctemplates",""),
loader=PackageLoader("mfccdata","mfcctemplates"),
autoescape=select_autoescape(),
trim_blocks=True

Loading…
Cancel
Save