mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 22:27:43 +02:00
Bug2129 residual: click effect Preview button make Linux assert failure
This commit is contained in:
parent
5797637528
commit
2f3b119caa
@ -1286,7 +1286,10 @@ bool AudioIO::StartPortAudioStream(const AudioIOStartStreamOptions &options,
|
|||||||
playbackParameters.suggestedLatency = isWASAPI ? 0.0 : latencyDuration/1000.0;
|
playbackParameters.suggestedLatency = isWASAPI ? 0.0 : latencyDuration/1000.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
mOutputMeter = options.playbackMeter;
|
if ( options.playbackMeter )
|
||||||
|
mOutputMeter = options.playbackMeter;
|
||||||
|
else
|
||||||
|
mOutputMeter.Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
if( numCaptureChannels > 0)
|
if( numCaptureChannels > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user