DSP: Whitespace changes
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
9e82e2737e
commit
4890ee67a6
2 changed files with 11 additions and 9 deletions
|
@ -445,4 +445,5 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext;
|
||||||
processEntered = NO;
|
processEntered = NO;
|
||||||
return outputChunk;
|
return outputChunk;
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue