Doubled the buffer size. Since the converter and input are now merged, a larger buffer is a good thing (tm).

CQTexperiment
vspader 2007-03-04 16:00:26 +00:00
parent bd9af25b61
commit ce08d6d4da
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#import "VirtualRingBuffer.h"
#import "Semaphore.h"
#define BUFFER_SIZE 512 * 1024
#define BUFFER_SIZE 1024 * 1024
#define CHUNK_SIZE 16 * 1024
@interface Node : NSObject {