mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +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 CIRCULAR_BUFFER_SIZE 32
|
||||
#define CIRCULAR_BUFFER_SIZE 8
|
||||
|
||||
static int audioBufferWriteIndex;
|
||||
static int audioBufferReadIndex;
|
||||
|
||||
Reference in New Issue
Block a user