diff --git a/Audio/Chain/InputNode.m b/Audio/Chain/InputNode.m index a26f3bb1e..e02cea582 100644 --- a/Audio/Chain/InputNode.m +++ b/Audio/Chain/InputNode.m @@ -134,7 +134,7 @@ - (void)process { int amountInBuffer = 0; int bytesInBuffer = 0; - void *inputBuffer = malloc(CHUNK_SIZE * 18); // Maximum 18 channels, dunno what we'll receive + void *inputBuffer = malloc(CHUNK_SIZE * 8 * 18); // Maximum 18 channels, dunno what we'll receive BOOL shouldClose = YES; BOOL seekError = NO;