mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-02 02:49:28 +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 "AudioQueue.h"
|
||||||
@import AudioToolbox;
|
@import AudioToolbox;
|
||||||
|
|
||||||
#define AudioQueueNumAudioBuffers 3
|
#define AudioQueueNumAudioBuffers 4
|
||||||
#define AudioQueueStreamLength 32768
|
#define AudioQueueStreamLength 1024
|
||||||
#define AudioQueueBufferLength 512
|
#define AudioQueueBufferLength 256
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
AudioQueueCanWrite,
|
AudioQueueCanWrite,
|
||||||
|
Loading…
Reference in New Issue
Block a user