Module: FMOD::Core::SpeakerMode
- Defined in:
- lib/fmod/core/speaker_mode.rb
Overview
These are speaker types defined for use with the software format commands.
Constant Summary collapse
- DEFAULT =
Default speaker mode for the chosen output mode which will resolve after System.create.
0
- RAW =
Assume there is no special mapping from a given channel to a speaker, channels map 1:1 in order.
1
- MONO =
1 speaker setup (monaural).
2
- STEREO =
2 speaker setup (stereo) front left, front right.
3
- QUAD =
4 speaker setup (4.0) front left, front right, surround left, surround right.
4
- SURROUND =
5 speaker setup (5.0) front left, front right, center, surround left, surround right.
5
- FIVE_POINT_ONE =
6 speaker setup (5.1) front left, front right, center, low frequency, surround left, surround right.
6
- SEVEN_POINT_ONE =
8 speaker setup (7.1) front left, front right, center, low frequency, surround left, surround right, back left, back right.
7
- SEVEN_POINT_FOUR =
12 speaker setup (7.1.4) front left, front right, center, low frequency, surround left, surround right, back left, back right, top front left, top front right, top back left, top back right.
9