Commit bc28ea3e authored by Sumeyra Demir Kanik's avatar Sumeyra Demir Kanik
Browse files

Placed a todo for the ISM Metadata delay in the case of no delay compensation for ISM2SBA Rendering

parent 7a8335cc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -162,6 +162,9 @@

#define FIX_488_SYNC_DELAY                             /* Eri: Issue 488: Waveform and MD desynchronized in external renderer */

#define FIX_498_ISM_SBA_MD_SYNC                        /* Eri: Issue 498: Waveform and MD desynchronized in ISM to SBA rendering */


#define FIX_550_FIRST_FRAME_ACCESS                      /* Eri: Issue 550: TD Object renderer: first frame accesses wrong transport channel offsets */
#define FIX_550_FIRST_FRAME_ACCESS_ALT                  /* Eri: Issue 550: Should be merged with FIX_550_FIRST_FRAME_ACCESS above, or accepted at the same time */
#define FIX_569_TD_FILTER_LENGTH                        /* Eri: Issue 569: If an HRTF binary file exceeds the SFX_SPAT_BIN_MAX_FILTER_LENGTH the decoder crashes. This truncates the filter when generated from the model.  */
+3 −0
Original line number Diff line number Diff line
@@ -306,6 +306,9 @@ ivas_error ivas_dec(
#endif
            {
                /* Convert to Ambisonics; used also for ISM->HOA3->binaural rendering */
#ifdef FIX_498_ISM_SBA_MD_SYNC
/* ToDo: A delay for the ISM metadata to be introduced in the case of disabled delay compensation from st_ivas->hDecoderConfig->Opt_delay_comp */
#endif
                ivas_ism2sba( p_output, st_ivas->hIsmRendererData, st_ivas->hIsmMetaData, st_ivas->nchan_ism, output_frame, st_ivas->hIntSetup.ambisonics_order );
            }