Reduce the size of the audio circular buffer to reduce peak latency

This commit is contained in:
Cameron Gutman
2019-08-29 22:00:27 -07:00
parent 7ed5a9831f
commit fd4ede58ca

View File

@@ -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;