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