Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
Deprecated * Use FVectorFFTFactory instead.
Inheritance Hierarchy
- IModularFeature
- IFFTAlgorithmFactory
- FAudioFFTAlgorithmFactory
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioFFT.h |
| Include | #include "DSP/AudioFFT.h" |
Syntax
class FAudioFFTAlgorithmFactory : public Audio::IFFTAlgorithmFactory
Remarks
FFT Algorithm factory for this FFT implementation
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IFFTAlgorithmFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | AreFFTSettingsSupported
(
const FFFTSettings& InSettings |
Returns true if the input settings are supported by this factory. | |
| bool | If true, this implementation requires input and output arrays to be 128 bit aligned. | ||
| FName | Name of this fft algorithm factory. | ||
| bool | If true, this implementation uses hardware acceleration. | ||
| TUniquePtr< IFFTAlgorithm > | NewFFTAlgorithm
(
const FFFTSettings& InSettings |
Create a new FFT algorithm. |