22 May '13 - 15:14 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: Calculating MFCC with Bass Library - Some Questions  (Read 807 times)
gnag
Posts: 160


« on: 3 Jun '12 - 12:25 »
Reply with quoteQuote

Hello!

I recently heard about MFCC ("Mel Frequency Cepstral Coefficients") which captures Audio more like the Human Hearing does which can be used for Speech Recognition or other Audio Feature Analysis. It also has a lower dimension, for example 13 coefficients instead of 2048 I was told (Compared to normal FFT).

I found an Implementation that was written in C which is called libmfcc, I tried to port it to C# to use with the Bass Library.

I have now some questions which I hope the Bass Devs can answer me:

  • Their FFT Example Data seems to have a different Format, Values are very high and the total 8192 FFT Values Sum to 10739.24 , how can that be?
  • In their example they call the Function like the following. Why they Use 128 as FFT Array Size if they just loaded 8192 Values?

mfcc_result = GetCoefficient(spectrum, 44100, 48, 128, coeff);


After some months I am still stuck on this topic, did anyone already try to implement MFCC with Bass or can give me any other Tips regarding this topic ?
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines