1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 00:30:07 +02:00

Make EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT compilable

This commit is contained in:
Paul Licameli 2019-03-20 15:36:15 -04:00
parent 2b2c13520d
commit eb94489277

View File

@ -4553,7 +4553,7 @@ double AudioIO::AILAGetLastDecisionTime() {
} }
void AudioIO::AILAProcess(double maxPeak) { void AudioIO::AILAProcess(double maxPeak) {
AudacityProject *const proj = mOwningProject); AudacityProject *const proj = mOwningProject;
if (proj && mAILAActive) { if (proj && mAILAActive) {
if (mInputMeter && mInputMeter->IsClipping()) { if (mInputMeter && mInputMeter->IsClipping()) {
mAILAClipped = true; mAILAClipped = true;