mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Increased buffering range of audio as a quick fix for now. Basically means: increased latency as a short-term fix.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@import AudioToolbox;
|
||||
|
||||
#define AudioQueueNumAudioBuffers 4
|
||||
#define AudioQueueStreamLength 1024
|
||||
#define AudioQueueStreamLength 4096
|
||||
#define AudioQueueBufferLength 512
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user