Wraps the FFT from Math.NET. More...


Public Member Functions | |
| Complex[] | Forward (AudioFrame audioFrame) |
| Executes forward FFT on samples of size AudioFrame. | |
| AudioFrame | Inverse (Complex[] freqBins, AudioFormat format) |
| Transforms frequency bins back to PCM (float[]) samples. | |
Wraps the FFT from Math.NET.
|
inline |
Executes forward FFT on samples of size AudioFrame.
| audioFrame | Defined in: AudioFrame |
Implements FQLab.IFftProcessor.
|
inline |
Transforms frequency bins back to PCM (float[]) samples.
| freqBins | |
| format |
Implements FQLab.IFftProcessor.
