Calculating frequencies from .mp3 or .wav files?

user791272 picture user791272 · Jun 9, 2011 · Viewed 15.9k times · Source

I'm trying to do some note recognition on mp3 or wav files.

The problem is: How do I use the FFT on the files?

I prefer Java solutions, but I'm up for suggestions.

Answer

Michael Robinson picture Michael Robinson · Jun 9, 2011

Spectrum Analysis using Java, Sampling Frequency, Folding Frequency, and the FFT Algorithm http://www.developer.com/java/other/article.php/3380031