mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
Tightened to provide lower latency audio, hopefully.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user