mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Tightened to provide lower latency audio, hopefully.
This commit is contained in:
parent
03f683d588
commit
90eef1df74
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user