diff --git a/bin/other_raters/entry1012/src/rater.cpp b/bin/other_raters/entry1012/src/rater.cpp index 2ef3de1..b9f7b6d 100755 --- a/bin/other_raters/entry1012/src/rater.cpp +++ b/bin/other_raters/entry1012/src/rater.cpp @@ -268,8 +268,8 @@ double Rater::finalRateWeight() { final = std::max(final - 1.25, 0.0); } - - return final; + + return ((final / 5.0) * 4.0) + 1.0; } void Rater::resample(int16_t *in, int16_t *out) {