Loading lib_rend/lib_rend.c +2 −0 Original line number Diff line number Diff line Loading @@ -4393,7 +4393,9 @@ int16_t IVAS_REND_GetRenderConfig( hRCout->roomAcoustics.use_er = hRCin->roomAcoustics.use_er; hRCout->roomAcoustics.lowComplexity = hRCin->roomAcoustics.lowComplexity; #ifdef CONF_DISTATT mvr2r( hRCin->distAtt, hRCout->distAtt, 3 ); #endif return IVAS_ERR_OK; } Loading Loading
lib_rend/lib_rend.c +2 −0 Original line number Diff line number Diff line Loading @@ -4393,7 +4393,9 @@ int16_t IVAS_REND_GetRenderConfig( hRCout->roomAcoustics.use_er = hRCin->roomAcoustics.use_er; hRCout->roomAcoustics.lowComplexity = hRCin->roomAcoustics.lowComplexity; #ifdef CONF_DISTATT mvr2r( hRCin->distAtt, hRCout->distAtt, 3 ); #endif return IVAS_ERR_OK; } Loading