DSP: Whitespace changes
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
8a468c08ce
commit
7e5c9c8f7c
2 changed files with 11 additions and 9 deletions
|
@ -445,4 +445,5 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext;
|
|||
processEntered = NO;
|
||||
return outputChunk;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
shouldContinue = NO;
|
||||
break;
|
||||
}
|
||||
|
||||
if(durationLeft < chunkDuration || shouldReset) {
|
||||
[accessLock unlock];
|
||||
[semaphore timedWait:500];
|
||||
|
|
Loading…
Reference in a new issue