AudioChannelsSetting
Selects the number and arrangement of output audio channels.
Definition AudioChannelsSetting.h:9
@ audioMax
Sentinel value; do not use as an audio mode.
Definition AudioChannelsSetting.h:13
@ audioRaw51
5.1 surround using raw 6-channel game output without matrix decoding.
Definition AudioChannelsSetting.h:12
@ audioMatrix51
5.1 surround produced by decoding a stereo signal through a sound matrix.
Definition AudioChannelsSetting.h:11
@ audioStereo
Standard 2-channel stereo output (L, R).
Definition AudioChannelsSetting.h:10
const char * AudioChannelsSettingName(AudioChannelsSetting setting)
Returns a human-readable name for the given AudioChannelsSetting.
Definition AudioChannelsSetting.h:21