diff options
author | Chris Robinson <[email protected]> | 2017-05-03 04:33:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-03 04:33:38 -0700 |
commit | ab1cca729f561d8c13f87e55548173ee9bb3f3fe (patch) | |
tree | 05aad2170f674897a69544b80f7c40efc9b71572 /OpenAL32 | |
parent | 732dee5375b2b2debf30ed81eb52c3cc058499fc (diff) |
Finalize AL_SOFT_source_resampler
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 32865cae..1ace123c 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -139,19 +139,6 @@ AL_API ALboolean AL_APIENTRY alIsBufferFormatSupportedSOFT(ALenum format); #endif #endif -#ifndef AL_SOFT_source_resampler -#define AL_SOFT_source_resampler -#define AL_NUM_RESAMPLERS_SOFT 0x1210 -#define AL_DEFAULT_RESAMPLER_SOFT 0x1211 -#define AL_SOURCE_RESAMPLER_SOFT 0x1212 -#define AL_RESAMPLER_NAME_SOFT 0x1213 - -typedef const ALchar* (AL_APIENTRY*LPALGETSTRINGISOFT)(ALenum pname, ALsizei index); -#ifdef AL_ALEXT_PROTOTYPES -AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index); -#endif -#endif - #ifndef ALC_SOFT_output_limiter #define ALC_SOFT_output_limiter #define ALC_OUTPUT_LIMITER_SOFT 0x199A |