mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 14:17:41 +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;
|
||||
}
|
||||
|
||||
if ( options.playbackMeter )
|
||||
mOutputMeter = options.playbackMeter;
|
||||
else
|
||||
mOutputMeter.Release();
|
||||
}
|
||||
|
||||
if( numCaptureChannels > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user