Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
Include |
#include "Sound/SoundWave.h" |
enum ESoundWaveFFTSize
{
VerySmall_64,
Small_256,
Medium_512,
Large_1024,
VeryLarge_2048,
}
Name |
Description |
---|---|
VerySmall_64 |
|
Small_256 |
|
Medium_512 |
|
Large_1024 |
|
VeryLarge_2048 |
The FFT size (in audio frames) to use for baked FFT analysis.