diff options
author | Chris Robinson <[email protected]> | 2011-10-01 04:55:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-10-01 04:55:03 -0700 |
commit | 92f95e4d94aa798c3dc909e7c0880202e894117e (patch) | |
tree | ff6518efd6ae07ce6708c17c9c2e9509e5accfa8 /OpenAL32/Include/alMain.h | |
parent | d1011f8d37e0e11ecb486e509ccd2e481ca34157 (diff) |
Add support for AL_EXT_ALAW
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 36c84153..16165aa6 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -63,7 +63,8 @@ ALC_API void ALC_APIENTRY alcRenderSamplesSOFT(ALCdevice *device, ALCvoid *buffe #define AL_BYTE3 0x1408 #define AL_UNSIGNED_BYTE3 0x1409 #define AL_MULAW 0x1410 -#define AL_IMA4 0x1411 +#define AL_ALAW 0x1411 +#define AL_IMA4 0x1412 /* Channel configurations */ #define AL_MONO 0x1500 |