Loading lib_dec/ivas_objectRenderer_internal_fx.c +3 −1 Original line number Diff line number Diff line Loading @@ -235,11 +235,13 @@ ivas_error ivas_td_binaural_renderer_sf_fx( } else #endif IF( NE_16( error = TDREND_Update_object_positions_fx( st_ivas->hBinRendererTd, nchan_ism, st_ivas->ivas_format, st_ivas->hIsmMetaData ) ), IVAS_ERR_OK ) ) { IF( NE_16( error = TDREND_Update_object_positions_fx( st_ivas->hBinRendererTd, nchan_ism, st_ivas->ivas_format, st_ivas->hIsmMetaData ) , IVAS_ERR_OK ) ) { return error; } } } /* Update the listener's location/orientation */ IF( st_ivas->hCombinedOrientationData != NULL ) Loading Loading
lib_dec/ivas_objectRenderer_internal_fx.c +3 −1 Original line number Diff line number Diff line Loading @@ -235,11 +235,13 @@ ivas_error ivas_td_binaural_renderer_sf_fx( } else #endif IF( NE_16( error = TDREND_Update_object_positions_fx( st_ivas->hBinRendererTd, nchan_ism, st_ivas->ivas_format, st_ivas->hIsmMetaData ) ), IVAS_ERR_OK ) ) { IF( NE_16( error = TDREND_Update_object_positions_fx( st_ivas->hBinRendererTd, nchan_ism, st_ivas->ivas_format, st_ivas->hIsmMetaData ) , IVAS_ERR_OK ) ) { return error; } } } /* Update the listener's location/orientation */ IF( st_ivas->hCombinedOrientationData != NULL ) Loading