I don't like adjusting the rational approximation - it changes (even if only nominally) the effective ratio based on quality. I think this is more appropriate

This commit is contained in:
Chris Cannam
2022-08-08 16:55:53 +01:00
parent 6ecc973d41
commit f027a59fa4
2 changed files with 19 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ private:
double k_snr;
double k_transition;
double cut;
int rational_max;
int length_max;
QualityParams(Quality);
};