I\'m trying to process audio data. I\'m working with Java. I\'ve extracted the audio data to an array. Now I should pass N data samples to a function that calculates the Dis
If you only want Magnitude Spectrum of audio, go for jAudio API.
It provides class for calculating MS.