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;
|
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