Extracting audio features like MFCC on android

1.1k Views Asked by At

I want to extract MFCC from audio files on android. I have searched everywhere but I couldn't find any working code for this. Could someone share any working code for the same?

1

There are 1 best solutions below

0
Jon Nordby On

TarsosDSP contains an implementation of MFCC. Since version 2.0 TarsosDSP runs on Android.