A B C D F G H I M N O P R S T V W Y Z

F

FFT - Class in be.hogent.tarsos.dsp.util
Wrapper for calling a hopefully Fast Fourier transform.
FFT(int) - Constructor for class be.hogent.tarsos.dsp.util.FFT
 
FloatFFT - Class in be.hogent.tarsos.dsp.util
Computes 1D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT(int) - Constructor for class be.hogent.tarsos.dsp.util.FloatFFT
Creates new instance of FloatFFT.
forwardTransform(float[]) - Method in class be.hogent.tarsos.dsp.util.FFT
Computes forward DFT.
fromByteArray(byte[], AudioFormat, int, int) - Static method in class be.hogent.tarsos.dsp.AudioDispatcher
Create a stream from an array of bytes and use that to create a new AudioDispatcher.
fromFile(File, int, int) - Static method in class be.hogent.tarsos.dsp.AudioDispatcher
Create a stream from a file and use that to create a new AudioDispatcher
fromFloatArray(float[], int, int, int) - Static method in class be.hogent.tarsos.dsp.AudioDispatcher
Create a stream from an array of floats and use that to create a new AudioDispatcher.

A B C D F G H I M N O P R S T V W Y Z