![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlockCorrelator.h>
Public Attributes | |
| int32 | Log2NumValuesInBlock = 10 |
| EWindowType | WindowType = EWindowType::Blackman |
| bool | bDoNormalize = true |
Settings for block correlator
If true, autocorrelation values will be normalized to reduce bias introduced by block windowing.
| int32 Audio::FBlockCorrelatorSettings::Log2NumValuesInBlock = 10 |
Logarithm base 2 of the number of values in a block.
| EWindowType Audio::FBlockCorrelatorSettings::WindowType = EWindowType::Blackman |
Audio window type to apply to input.