DSP: Whitespace changes

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-02-11 17:44:07 -08:00
parent 8a468c08ce
commit 7e5c9c8f7c
2 changed files with 11 additions and 9 deletions

View file

@ -445,4 +445,5 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext;
processEntered = NO;
return outputChunk;
}
@end

View file

@ -114,6 +114,7 @@
shouldContinue = NO;
break;
}
if(durationLeft < chunkDuration || shouldReset) {
[accessLock unlock];
[semaphore timedWait:500];