signal processing - How to get mfcc features with octave -


my goal create program on octave loads audio file (wav, flac), calculates mfcc features , serve them output. problem not have experience octave , cannot octave load audio file , why not sure if extraction algorithms correct. there simple way of loading file , getting features?

you can run mfcc code rastamat in octave, need fix few things, fixed version available download here.

the changes set windows in powspec.m

  window = hanning(winpts); 

and fix bug in specgram function not compatible matlab.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -