Commit 6f1554c5 authored by janssontoftg's avatar janssontoftg
Browse files

Removing incorrect delay component for CLDFB renderer.

parent d11d549b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -589,10 +589,6 @@ ivas_error ivas_binRenderer_open(
            st_ivas->binaural_latency_ns = (int32_t) ( FASTCONV_HOA3_latency_s * 1000000000.f );
        }
    }
#ifdef FIX_I59
    /* Add CLDFB delay */
    st_ivas->binaural_latency_ns += IVAS_FB_DEC_DELAY_NS;
#endif

    /* Allocate memories needed for reverb module */
    if ( st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->hRenderConfig->roomAcoustics.late_reverb_on )