module FMOD::Core::SoundFormat

These definitions describe the native format of the hardware or software buffer that will be used.

Constants

BIT_STREAM

Sound data is in its native compressed format.

NONE

Uninitialized / unknown.

PCM_16

16-bit integer PCM data.

PCM_24

24-bit integer PCM data.

PCM_32

32-bit integer PCM data.

PCM_8

8-bit integer PCM data.

PCM_FLOAT

32-bit floating point PCM data.