mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Make EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT compilable
This commit is contained in:
parent
2b2c13520d
commit
eb94489277
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user