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
Post a Comment