FQLab
A spectral audio sandbox
 
Loading...
Searching...
No Matches
FQLabTests.MockFftProcessor Class Reference
Inheritance diagram for FQLabTests.MockFftProcessor:
Inheritance graph
Collaboration diagram for FQLabTests.MockFftProcessor:
Collaboration graph

Public Member Functions

Complex[] Forward (AudioFrame audioFrame)
 Performs forward FFT on an AudioFrame.
 
AudioFrame Inverse (Complex[] freqBins, AudioFormat format)
 Performs inverse FFT on an array of frequency bins.
 

Member Function Documentation

◆ Forward()

Complex[] FQLabTests.MockFftProcessor.Forward ( AudioFrame  audioFrame)
inline

Performs forward FFT on an AudioFrame.

Parameters
audioFramePCM samples.
Returns
Frequency bins.

Implements FQLab.IFftProcessor.

◆ Inverse()

AudioFrame FQLabTests.MockFftProcessor.Inverse ( Complex[]  freqBins,
AudioFormat  format 
)
inline

Performs inverse FFT on an array of frequency bins.

Parameters
freqBinsFrequency data.
formatNecessary stream metadata so the data can be reconstructed.
Returns
PCM samples.

Implements FQLab.IFftProcessor.

Here is the call graph for this function:

The documentation for this class was generated from the following file: