How to change the audio rendering interval

Hello!

Question

Is there a way to change the Audio rendering interval?

Example

OnAudioFilterRead() called with 1024 samples every 20ms.
I want to change this to 0-10ms.

Reason

I play audio on an external device.
The sound shifts little by little due to the frequency difference.

Hi!

Have you tried changing the DSP buffer size to “Best Latency” in Edit >> Project Settings >> Audio?

Hello.

thank you for your reply.

i will try