Loading lib_rend/ivas_objectRenderer_fx.c +6 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,12 @@ ivas_error ivas_td_binaural_renderer_unwrap_fx( #endif #ifdef FIX_FLOAT_1528_5MS_REND_ISM_META_DELAY_COMPENSATION *metaSfCounter = ( *metaSfCounter + 1 ) % 4; *metaSfCounter = add( *metaSfCounter, 1 ); IF( EQ_16( *metaSfCounter, 4 ) ) { *metaSfCounter = 0; move16(); } #endif /* Update the listener's location/orientation */ Loading Loading
lib_rend/ivas_objectRenderer_fx.c +6 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,12 @@ ivas_error ivas_td_binaural_renderer_unwrap_fx( #endif #ifdef FIX_FLOAT_1528_5MS_REND_ISM_META_DELAY_COMPENSATION *metaSfCounter = ( *metaSfCounter + 1 ) % 4; *metaSfCounter = add( *metaSfCounter, 1 ); IF( EQ_16( *metaSfCounter, 4 ) ) { *metaSfCounter = 0; move16(); } #endif /* Update the listener's location/orientation */ Loading