diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index 8a60127..1442ae9 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 8 +#define CIRCULAR_BUFFER_SIZE 16 static int audioBufferWriteIndex; static int audioBufferReadIndex;