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 9e82e2737e
commit 4890ee67a6
2 changed files with 11 additions and 9 deletions

View file

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

View file

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