glKarin / com.n0n3m4.diii4a

DOOM III/Quake 4/Prey(2006) GLES on Android/Windows/Linux, DOOM 3 BFG/The Dark Mod/RTCW/Quake 1 2 3/GZDOOM/ETW/RealRTCW on Android
GNU General Public License v3.0
288 stars 20 forks source link

OpenAL 3D Audio #247

Open ThreeDeeJay opened 3 months ago

ThreeDeeJay commented 3 months ago

OpenAL Soft now also builds the library for Android https://github.com/kcat/openal-soft/actions I was able to build the library myself a while ago and replace the one in this app using root, but obviously most phones aren't rooted so it would be nice to add an option to enable HRTF (3D audio effect) in the audio options, just like there's one for EAX (which is just for environmental reverb).

I think the option just needs to set ALC_HRTF_SOFT = 2 for HRTF on, or 1 for off, and of course update the current library to the latest OpenAL Soft if it's not done already.