This commit is contained in:
2025-03-29 22:38:59 +01:00
parent 320cc22fe6
commit 09049a3a1c
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -533,9 +533,6 @@ int main(int argc, char **argv) {
float reduction_factor_linear = powf(10.0f, -reduction_factor_db / 20.0f);
output[i] *= reduction_factor_linear;
mpower = measure_mpx(&power, output[i] * 75000);
printf("Reduced overpower: %f -> %f (target: %f)\n", mpower + excess_power, mpower, mpx_power);
}
output[i] *= master_volume;