Calculating frequencies from .mp3 or .wav files?

15,963

Solution 1

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

Solution 2

Some example links are:

Share:
15,963
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin almost 2 years

    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.