Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EFFTWindowType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path |
#include "Sound/SoundSubmix.h" |
Syntax
enum EFFTWindowType
{
None,
Hamming,
Hann,
Blackman,
}
Values
| Name |
Remarks |
| None |
No window is applied. Technically a boxcar window. |
| Hamming |
Mainlobe width of -3 dB and sidelobe attenuation of ~-40 dB. Good for COLA. |
| Hann |
Mainlobe width of -3 dB and sidelobe attenuation of ~-30dB. Good for COLA. |
| Blackman |
Mainlobe width of -3 dB and sidelobe attenuation of ~-60db. Tricky for COLA. |