Hi,
I am working on Audio based machine learning project where i need to extract MFCC [ Mel-frequency cepstral coefficients ] feature vector on the device. we are using imx6ul board which is based on ARM cortex A series processor.
I am aware about CMSIS-DSP library which only supports for cortex M based architecture.
So can you please guide like how can i calculate MFCC on cortex A using any lib?