Calculating frequencies from .mp3 or .wav files?
I'm trying to do some note recognition on mp3
or wav
files.
The prob开发者_如何学Clem is: How do I use the FFT on the files?
I prefer Java solutions, but I'm up for suggestions.
Spectrum Analysis using Java, Sampling Frequency, Folding Frequency, and the FFT Algorithm http://www.developer.com/java/other/article.php/3380031
Some example links are:
- Here on SO
- An FFT java implementation at Princeton.
精彩评论