Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FConstantQAnalyzer
Description
Calcualte Constant Q Transform of input audio.
InSamples is an array of input audio. It must be of length GetSettings().FFTSize. OutCQT will be populated with the constants q transform values. It will have GetSettings().NumBands values.
| Name | CalculateCQT |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQAnalyzer.h |
| Include Path | #include "ConstantQAnalyzer.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/ConstantQAnalyzer.cpp |
void CalculateCQT
(
const float * InSamples,
TArray < float > & OutCQT
)