From 31489861847dcb15a2f21ffb70d98f9da6051c8f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 25 Mar 2016 14:40:44 -0700 Subject: Implement AL_EXT_STEREO_ANGLES support --- OpenAL32/Include/alSource.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index bf589e8d..b7c08fcd 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -76,6 +76,11 @@ typedef struct ALsource { volatile ALfloat RoomRolloffFactor; volatile ALfloat DopplerFactor; + /* NOTE: Stereo pan angles are specified in radians, counter-clockwise + * rather than clockwise. + */ + volatile ALfloat StereoPan[2]; + volatile ALfloat Radius; /** -- cgit v1.2.3