I want to analyze the spectrum of an audio file in Java (ME). I want to draw spectrum as some media players do. But I don't understand some points:
- Input for FFT algorithm, which I have to get from the audio file. I don't now what it is called, what it is and more important, I don't know how to get it.
- Output: if input is an array (range?) I obtain other array, and it have range: 0-1, right (or not)? So what I have to do with it?