mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +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:
parent
c18cc4c8f5
commit
a9036e7aa4
@ -10,7 +10,7 @@
|
||||
@import AudioToolbox;
|
||||
|
||||
#define AudioQueueNumAudioBuffers 4
|
||||
#define AudioQueueStreamLength 1024
|
||||
#define AudioQueueStreamLength 4096
|
||||
#define AudioQueueBufferLength 512
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user