Commit 5e8bc1b7 authored by Andrea Genovese's avatar Andrea Genovese
Browse files

added getConfig ER params in lib_rend

parent 020dd44f
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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;
}