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:
parent
2b2c13520d
commit
eb94489277
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user