Reduce audio buffering slightly again

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2023-10-03 19:46:11 -07:00
parent b07a6fd098
commit 73252a8928
No known key found for this signature in database

View file

@ -22,7 +22,7 @@
- (id)initWithController:(id)c previous:(id)p {
self = [super init];
if(self) {
buffer = [[ChunkList alloc] initWithMaximumDuration:20.0];
buffer = [[ChunkList alloc] initWithMaximumDuration:10.0];
semaphore = [[Semaphore alloc] init];
accessLock = [[NSLock alloc] init];