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

F

FastYin - Class in be.hogent.tarsos.dsp.pitch
An implementation of the YIN pitch tracking algorithm which uses an FFT to calculate the difference function.
FastYin(float, int) - Constructor for class be.hogent.tarsos.dsp.pitch.FastYin
Create a new pitch detector for a stream with the defined sample rate.
FastYin(float, int, double) - Constructor for class be.hogent.tarsos.dsp.pitch.FastYin
Create a new pitch detector for a stream with the defined sample rate.
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
 
FFT(int, WindowFunction) - Constructor for class be.hogent.tarsos.dsp.util.FFT
Create a new fft of the specified size.
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.
fromDefaultMicrophone(int, int) - Static method in class be.hogent.tarsos.dsp.AudioDispatcher
Create a new AudioDispatcher connected to the default microphone.
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 E F G H I L M N O P R S T V W Y Z