Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
References
| Module | AudioSynesthesia |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/SynesthesiaSpectrumAnalysis.h |
| Include | #include "SynesthesiaSpectrumAnalysis.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSynesthesiaSpectrumResults
Remarks
The results of the spectrum analysis.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< float > | SpectrumValues | The spectrum values from the FFT. | |
| float | TimeSeconds | The time in seconds since analysis began of this SynesthesiaSpectrumAnalysis analysis result. |