ESoundWaveFFTSize

The FFT size (in audio frames) to use for baked FFT analysis.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Syntax

enum ESoundWaveFFTSize
{
    VerySmall_64,
    Small_256,
    Medium_512,
    Large_1024,
    VeryLarge_2048,
}

Values

Name

Description

VerySmall_64

Small_256

Medium_512

Large_1024

VeryLarge_2048

Remarks

The FFT size (in audio frames) to use for baked FFT analysis.