Commit 2f469658 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

enabled esdru for ivas conditions

parent 7531ac45
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -365,6 +365,10 @@ def get_processing_chain(
        cod_cfg = cond_cfg["cod"]
        dec_cfg = cond_cfg["dec"]

        # enable ESDRU after IVAS condition
        if cond_cfg.get("esdru_alpha", None) is not None:
            tmp_esdru_alpha = cond_cfg.get("esdru_alpha", None)

        # 9.6 kbit/s NB for EVS LFE coding only applies to EVS conditions
        evs_lfe_9k6bps_nb = cond_cfg.get("evs_lfe_9k6bps_nb", None)