It works very nice overally. However, it gives ".mp3 is corrupt or is not a standard MP3 file." error for some songs. Indeed, files're not corrupt.
Does anybody know the reason of it ?
24 Mar 2010
Progress bar
An elegant and easy-to-use progress bar dialog utilizing the Swing GUI class JProgressBar.
Author: Levente Hunyadi
27 Feb 2010
melfilter
generates a mel filter bank for a given frequency vector
Author: Pierce Brady
Hi Pierce.
I wanna use this filter for a wav file.. Could you write an example to show how to use your code ?
ie. melfilter (X , Y); ..
27 Feb 2010
mfcc
The given programme calculates the mfcc coefficients of a given speech signal
Author: kannu mehta
i made a mistake or it doesn't work correctly
>>noFrames=floor(l/FrameStep);
That row returns 0 as number of frame and resulting matrix becomes empty cause of it..