mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-06 16:25:35 +00:00
Making this large has very limited side effects. So why not?
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#import "CSAudioQueue.h"
|
#import "CSAudioQueue.h"
|
||||||
@import AudioToolbox;
|
@import AudioToolbox;
|
||||||
|
|
||||||
#define AudioQueueBufferMaxLength 2048
|
#define AudioQueueBufferMaxLength 8192
|
||||||
#define AudioQueueNumAudioBuffers 3
|
#define AudioQueueNumAudioBuffers 3
|
||||||
#define AudioQueueMaxStreamLength (AudioQueueBufferMaxLength*AudioQueueNumAudioBuffers)
|
#define AudioQueueMaxStreamLength (AudioQueueBufferMaxLength*AudioQueueNumAudioBuffers)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user