Calculate FFT from audio file
问题 Before, I asked question about Get frequency wav audio using FFT and Complex class , There, I need to calculate FFT value from AudioRecord input --> from microphone , I somehow managed to get the FFT value... Now I need to calculate FFT value from *.wav audio file that I saved before, I saved the audio in 'raw' folder inside 'res' folder from my project I still using the same FFT Class: http://www.cs.princeton.edu/introcs/97data/FFT.java The complex class to go with it: http://introcs.cs