Merge "Request for Expert and Anchor loudness by default."

This commit is contained in:
Jean-Michel Trivi 2020-01-27 21:58:24 +00:00 committed by Android (Google) Code Review
commit 3255d513ce
1 changed files with 2 additions and 2 deletions

View File

@ -753,8 +753,8 @@ static DRCDEC_SELECTION_PROCESS_RETURN _initDefaultParams(
hSelProcInput->loudnessNormalizationOn = 1;
hSelProcInput->targetLoudness = FL2FXCONST_DBL(-24.0f / (float)(1 << 7));
hSelProcInput->loudnessDeviationMax = DEFAULT_LOUDNESS_DEVIATION_MAX;
hSelProcInput->loudnessMeasurementMethod = MDR_DEFAULT;
hSelProcInput->loudnessMeasurementSystem = MSR_DEFAULT;
hSelProcInput->loudnessMeasurementMethod = MDR_ANCHOR_LOUDNESS;
hSelProcInput->loudnessMeasurementSystem = MSR_EXPERT_PANEL;
hSelProcInput->loudnessMeasurementPreProc = LPR_DEFAULT;
hSelProcInput->deviceCutOffFrequency = 500;
hSelProcInput->loudnessNormalizationGainDbMax =