ei-keyword-spotting icon indicating copy to clipboard operation
ei-keyword-spotting copied to clipboard

MFCC Not Working

Open resatyigen opened this issue 3 years ago • 3 comments

Hello guys. I make speech recognition on STM32F407GV Discovery. Digital microphone have got in this device. Program in the Error Speech recognition.

Error file : feature.hpp

Error Codes :

    ret = processing::stack_frames(
        &stack_frame_info,
        sampling_frequency,
        frame_length,
        frame_stride,
        false
    );

Program is go to this line on error. Program error than jump to HardFault_Handler interrupt.

Help me please.

resatyigen avatar Nov 28 '20 07:11 resatyigen