Audio latency on android devices

It seems to be a general problem with the current audio driver that might be resolved with this proposal:

In the documentation of this setting, it says this:

Note: This setting is ignored on Android.

You can try fiddling with AudioServer::get_output_latency() to adjust your actions to match the audio latency:

Here someone mentioned that changing the file format to OGG fixed the problem for them.
Another person mentioned that changing volume is instantanous, so if that makes sense in your case then you can try doing the same.

2 Likes