Performance tweaks to PortAudio renderer

This commit is contained in:
Cameron Gutman
2018-09-22 21:00:44 -07:00
parent 896b247bc0
commit f2e40889b2
2 changed files with 12 additions and 9 deletions
@@ -4,7 +4,7 @@
#include "renderer.h"
#define CIRCULAR_BUFFER_SIZE 32
#define CIRCULAR_BUFFER_SIZE 16
#define MAX_CHANNEL_COUNT 6
#define CIRCULAR_BUFFER_STRIDE (MAX_CHANNEL_COUNT * SAMPLES_PER_FRAME)