1
0
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:
Thomas Harte 2016-06-14 07:31:47 -04:00
parent c18cc4c8f5
commit a9036e7aa4

View File

@ -10,7 +10,7 @@
@import AudioToolbox;
#define AudioQueueNumAudioBuffers 4
#define AudioQueueStreamLength 1024
#define AudioQueueStreamLength 4096
#define AudioQueueBufferLength 512
enum {