Output: Remove pointless scale value
This shouldn't have been applied, the problem with Rubber Band was the flushing mechanism. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
98bac743df
commit
0e608481d9
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ current_device_listener(AudioObjectID inObjectID, UInt32 inNumberAddresses, cons
|
|||
}
|
||||
|
||||
- (BOOL)processEndOfStream {
|
||||
if(stopping || ([outputController endOfStream] == YES && [self signalEndOfStream:secondsLatency / tempo])) {
|
||||
if(stopping || ([outputController endOfStream] == YES && [self signalEndOfStream:secondsLatency])) {
|
||||
stopping = YES;
|
||||
return YES;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue