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
8f1ef5eb6b
commit
d6b7ed467e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ current_device_listener(AudioObjectID inObjectID, UInt32 inNumberAddresses, cons
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)processEndOfStream {
|
- (BOOL)processEndOfStream {
|
||||||
if(stopping || ([outputController endOfStream] == YES && [self signalEndOfStream:secondsLatency / tempo])) {
|
if(stopping || ([outputController endOfStream] == YES && [self signalEndOfStream:secondsLatency])) {
|
||||||
stopping = YES;
|
stopping = YES;
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue