1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Tightened to provide lower latency audio, hopefully.

This commit is contained in:
Thomas Harte 2016-01-18 20:01:06 -06:00
parent 03f683d588
commit 90eef1df74

View File

@ -9,9 +9,9 @@
#import "AudioQueue.h"
@import AudioToolbox;
#define AudioQueueNumAudioBuffers 3
#define AudioQueueStreamLength 32768
#define AudioQueueBufferLength 512
#define AudioQueueNumAudioBuffers 4
#define AudioQueueStreamLength 1024
#define AudioQueueBufferLength 256
enum {
AudioQueueCanWrite,