Navigation
API > API/Plugins > API/Plugins/WaveTable
References
| |
|
| Module |
WaveTable |
| Header |
/Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include |
#include "WaveTable.h" |
Syntax
enum EWaveTableBitDepth
&123;
PCM_16,
IEEE_Float,
COUNT,
&125;
Values
| Name |
Description |
| PCM_16 |
Lower resolution and marginal performance cost with conversion overhead (engine operates on 32-bit) with the advantage of half the size in memory. |
| IEEE_Float |
Higher precision and faster operative performance (engine operates at 32-bit) at the cost of twice the memory of 16-bit. |
| COUNT |
|