Doubled the buffer size. Since the converter and input are now merged, a larger buffer is a good thing (tm).
parent
bd9af25b61
commit
ce08d6d4da
|
@ -10,7 +10,7 @@
|
||||||
#import "VirtualRingBuffer.h"
|
#import "VirtualRingBuffer.h"
|
||||||
#import "Semaphore.h"
|
#import "Semaphore.h"
|
||||||
|
|
||||||
#define BUFFER_SIZE 512 * 1024
|
#define BUFFER_SIZE 1024 * 1024
|
||||||
#define CHUNK_SIZE 16 * 1024
|
#define CHUNK_SIZE 16 * 1024
|
||||||
|
|
||||||
@interface Node : NSObject {
|
@interface Node : NSObject {
|
||||||
|
|
Loading…
Reference in New Issue