VoxForge
Hi everyone,
I'm new to audio processing and am trying to extract the MFCC of WAV files. I'm using C# and would appreciate any guidance. I understand most of the theory behind it, but there are some aspects which are still confusing me when it comes to actually coding. I hope someone could clarify things for me :D.
I read a WAV file as an input and it's made up of these (for e.g.):
414 202 423 0 0 231
Let's say this represented one second.
What would constitute a frame of 10ms (with overlapping)?
If I was to perform a Hamming Window on each "frame", would that mean I
take 414 (index 1) and insert that into the formula? Then do that with
every number in that particular frame?
Thanks for any help.
--- (Edited on 7/29/2009 1:01 pm [GMT-0500] by Visitor) ---
There are many Java MFCC implementations. This one is simple
http://www.cp.jku.at/people/schedl/Research/Development/CoMIRVA/webpage/CoMIRVA.html
Sphinx4 also has one. I suggest you to look on any of them, porting from C# to Java shouldn't be complicated.
--- (Edited on 7/29/2009 4:47 pm [GMT-0500] by nsh) ---
Have you succed to extract MFCC using c#?I have a project and i don't know how to extract these features.please give me a clue,or if you have a code share with me
thanks
--- (Edited on 4/13/2011 1:45 pm [GMT-0500] by Visitor) ---