mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Make EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT compilable
This commit is contained in:
@@ -4553,7 +4553,7 @@ double AudioIO::AILAGetLastDecisionTime() {
|
||||
}
|
||||
|
||||
void AudioIO::AILAProcess(double maxPeak) {
|
||||
AudacityProject *const proj = mOwningProject);
|
||||
AudacityProject *const proj = mOwningProject;
|
||||
if (proj && mAILAActive) {
|
||||
if (mInputMeter && mInputMeter->IsClipping()) {
|
||||
mAILAClipped = true;
|
||||
|
||||
Reference in New Issue
Block a user