1
0
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:
Thomas Harte
2016-06-16 21:41:17 -04:00
parent 3b71d1a309
commit 090e92ad26

View File

@@ -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)