Loading lib_rend/lib_rend.c +8 −3 Original line number Diff line number Diff line Loading @@ -4902,6 +4902,11 @@ int16_t IVAS_REND_GetRenderConfig( hRCout->split_rend_config.poseCorrectionMode = IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB; #endif #ifdef EARLY_REFLECTIONS hRCout->room_acoustics.use_er = hRCin->roomAcoustics.use_er; hRCout->room_acoustics.lowComplexity = hRCin->roomAcoustics.lowComplexity; #endif return IVAS_ERR_OK; } Loading Loading
lib_rend/lib_rend.c +8 −3 Original line number Diff line number Diff line Loading @@ -4902,6 +4902,11 @@ int16_t IVAS_REND_GetRenderConfig( hRCout->split_rend_config.poseCorrectionMode = IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB; #endif #ifdef EARLY_REFLECTIONS hRCout->room_acoustics.use_er = hRCin->roomAcoustics.use_er; hRCout->room_acoustics.lowComplexity = hRCin->roomAcoustics.lowComplexity; #endif return IVAS_ERR_OK; } Loading