Loading lib_util/render_config_reader.c +6 −0 Original line number Diff line number Diff line Loading @@ -2821,6 +2821,12 @@ ivas_error RenderConfigReader_getAcousticEnvironment( pAcEnv->AbsCoeff[j] = pRenderConfigReader->pAE[n].pEarlyReflections->pAbsCoeff[j]; } } #ifdef FIX_1053_REVERB_RECONFIGURATION else { pAcEnv->use_er = false; } #endif return IVAS_ERR_OK; } } Loading Loading
lib_util/render_config_reader.c +6 −0 Original line number Diff line number Diff line Loading @@ -2821,6 +2821,12 @@ ivas_error RenderConfigReader_getAcousticEnvironment( pAcEnv->AbsCoeff[j] = pRenderConfigReader->pAE[n].pEarlyReflections->pAbsCoeff[j]; } } #ifdef FIX_1053_REVERB_RECONFIGURATION else { pAcEnv->use_er = false; } #endif return IVAS_ERR_OK; } } Loading