diff --git a/Audio/Chain/Node.m b/Audio/Chain/Node.m index ead30e7c2..9fac2158d 100644 --- a/Audio/Chain/Node.m +++ b/Audio/Chain/Node.m @@ -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];