Real Discrete Fourier Transform (DFT).
Constructs an Fft object. fftSize must be a power of two and greater than two.
Computes the Forward DFT of waveform , filling spectral with freqency-domain audio data.
Computes the Inverse DFT of spectral , filling waveform with time-domain audio data.
Returns the size of the FFT.