mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Bug2129 residual: click effect Preview button make Linux assert failure
This commit is contained in:
@@ -1286,7 +1286,10 @@ bool AudioIO::StartPortAudioStream(const AudioIOStartStreamOptions &options,
|
||||
playbackParameters.suggestedLatency = isWASAPI ? 0.0 : latencyDuration/1000.0;
|
||||
}
|
||||
|
||||
mOutputMeter = options.playbackMeter;
|
||||
if ( options.playbackMeter )
|
||||
mOutputMeter = options.playbackMeter;
|
||||
else
|
||||
mOutputMeter.Release();
|
||||
}
|
||||
|
||||
if( numCaptureChannels > 0)
|
||||
|
||||
Reference in New Issue
Block a user