when i setOutput FMOD_OUTPUTTYPE_OPENSL or FMOD_OUTPUTTYPE_AUDIOTRACK
i get 512 buffer size and 2 buffers with 240000 sample rate.
on bluetooth i get shutring sound over FMOD_OUTPUTTYPE_OPENSL , supposed to be low latency?.
i want to know what fmod does to the audio system when i use each of them and why i have delay over bluetooth when im using android 8.0 on my nexus 6p where my device latency is only 8-10ms with the loopback App writing by google engineers(drrickorang).
We do attempt to determine what would run best on the device, but the results can vary dramatically depending on device hardware.
Pairing with a BlueTooth speaker or headset will incur significant extra latency, 120ms in some tests. This is currently unavoidable due to the OS taking extra buffering beyond developer control.
If you are using an app that has much lower latency with bluetooth, let us know what it is and where we can find it and we will investigate.