Air absorption factor is applied to the dB value, not linear gain
[openal-soft.git] / OpenAL32 / Include / alError.h
blob5cee8db87a85347ee2872dd62021d50431cbaa2c
1 #ifndef _AL_ERROR_H_
2 #define _AL_ERROR_H_
4 #include "AL/al.h"
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 ALvoid alSetError(ALenum errorCode);
12 #ifdef __cplusplus
14 #endif
16 #endif