diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index b715538..763ef4c 100644 --- a/Limelight/Stream/Connection.m +++ b/Limelight/Stream/Connection.m @@ -32,7 +32,7 @@ static id _callbacks; #define OUTPUT_BUS 0 -#define CIRCULAR_BUFFER_SIZE 32 +#define CIRCULAR_BUFFER_SIZE 8 static int audioBufferWriteIndex; static int audioBufferReadIndex;