Increase audio circular buffer size to reduce glitching

This commit is contained in:
Cameron Gutman
2019-09-22 10:20:30 -07:00
parent 4295017324
commit b0d85abfa6

View File

@@ -32,7 +32,7 @@ static id<ConnectionCallbacks> _callbacks;
#define OUTPUT_BUS 0
#define CIRCULAR_BUFFER_SIZE 8
#define CIRCULAR_BUFFER_SIZE 16
static int audioBufferWriteIndex;
static int audioBufferReadIndex;