engine/sound/README.md
Different OpenAL implementations currently are used for the supported platform:
A configuration file the target platform is required in src/openal/config/PLATFORM/config.h
On windows we use Wasapi sound api
We currently have latency issues on Android. One way to reduce the latency is to set
device->NumUpdates = 1;
device->UpdateSize = 64;
in Alc.c. The impact on low-end devices is however unknown and the change is only tested on Samsung Galaxy S2.
Links: