Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FSynesthesiaSpectrumAnalyzer
Description
Calculate the spectrum values for the input samples. OutSpectrum should have (num input samples / 2) + 1 values.
| Name | ProcessAudio |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/SynesthesiaSpectrumAnalyzer.h |
| Include Path | #include "SynesthesiaSpectrumAnalyzer.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/SynesthesiaSpectrumAnalyzer.cpp |
void ProcessAudio
(
TArrayView < const float > InSampleView,
TArrayView < float > OutSpectrum
)