user791272
user791272

Reputation:

Calculating frequencies from .mp3 or .wav files?

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.

Upvotes: 3

Views: 16307

Answers (2)

Peter K.
Peter K.

Reputation: 8108

Some example links are:

Upvotes: 1

Michael Robinson
Michael Robinson

Reputation: 29508

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

Upvotes: 6

Related Questions