remove todo comments

This commit is contained in:
John Melas 2020-12-29 16:48:04 +02:00 committed by Phil Burk
commit 9a1fa58773

View file

@ -2669,7 +2669,7 @@ static PaError CloseStream( PaStream* s )
0, 0,
false, false,
kAudioDeviceProcessorOverload, kAudioDeviceProcessorOverload,
xrunCallback, NULL ); //todo: do we need to pass actual node? xrunCallback, NULL ); //no need to pass actual node
} }
if( stream->inputUnit && stream->outputUnit != stream->inputUnit ) { if( stream->inputUnit && stream->outputUnit != stream->inputUnit ) {
int count = removeFromXRunListenerList( stream ); int count = removeFromXRunListenerList( stream );
@ -2678,7 +2678,7 @@ static PaError CloseStream( PaStream* s )
0, 0,
true, true,
kAudioDeviceProcessorOverload, kAudioDeviceProcessorOverload,
xrunCallback, NULL ); //todo: do we need to pass actual node? xrunCallback, NULL ); //no need to pass actual node
} }
if( stream->outputUnit && stream->outputUnit != stream->inputUnit ) { if( stream->outputUnit && stream->outputUnit != stream->inputUnit ) {
AudioUnitUninitialize( stream->outputUnit ); AudioUnitUninitialize( stream->outputUnit );