Module: FMOD::Core::SoundFormat

Defined in:
lib/fmod/core/sound_format.rb

Overview

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

Constant Summary collapse

NONE =

Uninitialized / unknown.

0
PCM_8 =

8-bit integer PCM data.

1
PCM_16 =

16-bit integer PCM data.

2
PCM_24 =

24-bit integer PCM data.

3
PCM_32 =

32-bit integer PCM data.

4
PCM_FLOAT =

32-bit floating point PCM data.

5
BIT_STREAM =

Sound data is in its native compressed format.

6