unreal.AudioSpectrumType
¶
- class unreal.AudioSpectrumType¶
Bases:
unreal.EnumBase
EAudio Spectrum Type
C++ Source:
Module: Engine
File: SoundSubmix.h
- DECIBEL¶
Returns decibels (0.0 dB is 1.0)
- Type
2
- MAGNITUDE_SPECTRUM¶
Spectrum frequency values are equal to magnitude of frequency.
- Type
0
- POWER_SPECTRUM¶
Spectrum frequency values are equal to magnitude squared.
- Type
1