This lowers the amount of leeway Audio has in the decode loop for things that are not decoding/playback.
It will sleep/recv for less time, giving a bit more leeway for audio samples to be processed.
The audio device/server buffer has also been lowered from 50ms -> 25ms. This makes pausing (which implicitly flush()'s) a faster operation as there are less samples to flush.
This lowers the amount of leeway
Audio
has in the decode loop for things that are not decoding/playback.It will sleep/recv for less time, giving a bit more leeway for audio samples to be processed.
The audio device/server buffer has also been lowered from
50ms
->25ms
. This makes pausing (which implicitlyflush()
's) a faster operation as there are less samples to flush.