Module: FMOD::Core::SoundType

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

Overview

These definitions describe the type of song being played.

Constant Summary collapse

UNKNOWN =

3rd party / unknown plugin format.

0
AIFF =

AIFF.

1
ASF =

Microsoft Advanced Systems Format (ie WMA/ASF/WMV).

2
DLS =

Sound font / downloadable sound bank.

3
FLAC =

FLAC loss-less codec.

4
FSB =

FMOD Sample Bank.

5
IT =

Impulse Tracker.

6
MIDI =

MIDI.

7
MOD =

Pro-tracker / Fast-tracker MOD.

8
MPEG =

MP2/MP3 MPEG.

9
OGG_VORBIS =

Ogg vorbis.

10
PLAY_LIST =

Information only from ASX/PLS/M3U/WAX play-lists.

11
RAW =

Raw PCM data.

12
S3M =

ScreamTracker 3.

13
USER =

User created sound.

14
WAV =

Microsoft WAV.

15
XM =

FastTracker 2 XM.

16
XMA =

Xbox360 XMA.

17
AUDIO_QUEUE =

iPhone hardware decoder, supports AAC, ALAC and MP3.

18
AT9 =

PS4 / PSVita ATRAC 9 format.

19
VORBIS =

Vorbis.

20
MEDIA_FOUNDATION =

Windows Store Application built in system codecs.

21
MEDIA_CODEC =

Android MediaCodec.

22
FAD_PCM =

FMOD Adaptive Differential Pulse Code Modulation.

23