mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Reduce the size of the audio circular buffer to reduce peak latency
This commit is contained in:
@@ -32,7 +32,7 @@ static id<ConnectionCallbacks> _callbacks;
|
|||||||
|
|
||||||
#define OUTPUT_BUS 0
|
#define OUTPUT_BUS 0
|
||||||
|
|
||||||
#define CIRCULAR_BUFFER_SIZE 32
|
#define CIRCULAR_BUFFER_SIZE 8
|
||||||
|
|
||||||
static int audioBufferWriteIndex;
|
static int audioBufferWriteIndex;
|
||||||
static int audioBufferReadIndex;
|
static int audioBufferReadIndex;
|
||||||
|
|||||||
Reference in New Issue
Block a user