diff options
author | Chris Robinson <[email protected]> | 2011-03-17 08:42:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-03-17 08:42:25 -0700 |
commit | 9be625d6e8959f702b76abe8554043ed5992990c (patch) | |
tree | 3dc3db08de3b3a8af3b0f5d12e14abafae5a25e9 /OpenAL32 | |
parent | 898b245bb2b011527a2f83d636252f4bced07a36 (diff) |
Add some new format names
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index cff0a251..422b7fbc 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -31,6 +31,28 @@ #define AL_6POINT1 6 /* (WFX order) */ #define AL_7POINT1 7 /* (WFX order) */ +#define AL_MONO8 0x1100 +#define AL_MONO16 0x1101 +#define AL_MONO32F 0x10010 +#define AL_STEREO8 0x1102 +#define AL_STEREO16 0x1103 +#define AL_STEREO32F 0x10011 +#define AL_QUAD8 0x1204 +#define AL_QUAD16 0x1205 +#define AL_QUAD32F 0x1206 +#define AL_REAR8 0x1207 +#define AL_REAR16 0x1208 +#define AL_REAR32F 0x1209 +#define AL_5POINT1_8 0x120A +#define AL_5POINT1_16 0x120B +#define AL_5POINT1_32F 0x120C +#define AL_6POINT1_8 0x120D +#define AL_6POINT1_16 0x120E +#define AL_6POINT1_32F 0x120F +#define AL_7POINT1_8 0x1210 +#define AL_7POINT1_16 0x1211 +#define AL_7POINT1_32F 0x1212 + #ifndef ALC_SOFT_device_loopback #define ALC_SOFT_device_loopback 1 #define ALC_FORMAT_CHANNELS 0x1990 |