You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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, or1
for off, and of course update the current library to the latest OpenAL Soft if it's not done already.The text was updated successfully, but these errors were encountered: