Decrease the buffer size more

This commit is contained in:
Chris Robinson 2010-11-26 02:14:11 -08:00
parent d647ed60e8
commit 88ebe7e4c1

View File

@ -75,7 +75,7 @@ typedef enum {
OUTPUTCHANNELS OUTPUTCHANNELS
} Channel; } Channel;
#define BUFFERSIZE 8192 #define BUFFERSIZE 4096
#define FRACTIONBITS (14) #define FRACTIONBITS (14)
#define FRACTIONONE (1<<FRACTIONBITS) #define FRACTIONONE (1<<FRACTIONBITS)