How to extract MFCC using C #

I am doing a personal project that requires me to do some signal processing and feature extraction in C #, in particular, extracting MFCCs , is there any code available to calculate MFCC in C #?

Also, if something is well written for other languages ​​(Objective-C, C, C ++ or even Java), I think I can get this idea and rewrite it in C #.

+5
source share
2 answers

There is a great tutorial on how to get MFCC (easy to implement in C #): Cepstral Coefficient Mel Frequency Tutorial (MFCC)

(I know that the thread is years old, but perhaps future readers will use the answer ...)

+4
source

, CoMirva Java . # - , , .Net Fwk.

, , , , .

MFCC

java.lang.Object

Mel - MFCC

:

MFCC pcm . , , .

0

All Articles