Reverting these tweaked values to their 3.0 state - this change wasn't an obvious improvement and just meant that the output no longer matched the last round of listening tests, so revert it

This commit is contained in:
Chris Cannam
2022-09-29 15:57:11 +01:00
parent f194becadf
commit 11d5deff62

View File

@@ -235,7 +235,7 @@ public:
guidance.phaseLockBands[0].f1 = 1600.0; guidance.phaseLockBands[0].f1 = 1600.0;
guidance.phaseLockBands[1].p = 2; guidance.phaseLockBands[1].p = 2;
guidance.phaseLockBands[1].beta = betaFor(4800.0, ratio); guidance.phaseLockBands[1].beta = betaFor(5000.0, ratio);
guidance.phaseLockBands[1].f0 = 1600.0; guidance.phaseLockBands[1].f0 = 1600.0;
guidance.phaseLockBands[1].f1 = 7000.0; guidance.phaseLockBands[1].f1 = 7000.0;
@@ -388,7 +388,7 @@ public:
guidance.phaseLockBands[1].f1 = mid; guidance.phaseLockBands[1].f1 = mid;
guidance.phaseLockBands[2].p = 3; guidance.phaseLockBands[2].p = 3;
guidance.phaseLockBands[2].beta = betaFor(4800.0, ratio); guidance.phaseLockBands[2].beta = betaFor(5000.0, ratio);
guidance.phaseLockBands[2].f0 = mid; guidance.phaseLockBands[2].f0 = mid;
guidance.phaseLockBands[2].f1 = higher; guidance.phaseLockBands[2].f1 = higher;