Class Summary |
AudioTools |
Class holding various static native methods for processing audio data. |
DFT |
DFT stands for Discrete Fourier Transform and is the most widely used Fourier Transform. |
FFT |
FFT stands for Fast Fourier Transform. |
FourierTransform |
A Fourier Transform is an algorithm that transforms a signal in the time domain, such as a sample buffer, into a signal in the
frequency domain, often called the spectrum. |
KissFFT |
A class for spectral analysis using native KissFFT |
NativeFFT |
A native implementation of the Fast Fourier Transform, directly ported from the FFT class. |
ThresholdFunction |
Calculates a threshold function based on the spectral flux. |