Loading lib_rend/lib_rend.c +3 −5 Original line number Diff line number Diff line Loading @@ -4390,7 +4390,6 @@ static ivas_error renderIsmToBinaural( copyBufferTo2dArray( ismInput->base.inputBuffer, tmpTDRendBuffer ); /* TODO tmu : missing: interpolation between positions, 5ms rendering */ if ( ( error = ivas_td_binaural_renderer_ext( &ismInput->tdRendWrapper, ismInput->base.inConfig, NULL, Loading Loading @@ -4445,7 +4444,6 @@ static ivas_error renderIsmToBinauralRoom( { copyBufferTo2dArray( ismInput->base.inputBuffer, tmpRendBuffer ); /* TODO tmu : missing: interpolation between positions, 5ms rendering */ if ( ( error = ivas_td_binaural_renderer_ext( &ismInput->tdRendWrapper, ismInput->base.inConfig, NULL, Loading Loading @@ -4478,9 +4476,9 @@ static ivas_error renderIsmToBinauralRoom( (void) subframe_len; // avoid warning } /* TODO tmu : missing: interpolation between positions, 5ms rendering */ /* TODO(sgi): Possible optimization: less processing needed if position didn't change */ /* TODO tmu2sgi: needs a lot of cleanup, we could also add rot_gains_prev to ismInput and use that */ /* TODO tmu : see issue #518 */ /* Possible optimization: less processing needed if position didn't change * needs a lot of cleanup, we could also add rot_gains_prev to ismInput and use that */ /* previous position gains */ if ( headRotData->headRotEnabled ) { Loading Loading
lib_rend/lib_rend.c +3 −5 Original line number Diff line number Diff line Loading @@ -4390,7 +4390,6 @@ static ivas_error renderIsmToBinaural( copyBufferTo2dArray( ismInput->base.inputBuffer, tmpTDRendBuffer ); /* TODO tmu : missing: interpolation between positions, 5ms rendering */ if ( ( error = ivas_td_binaural_renderer_ext( &ismInput->tdRendWrapper, ismInput->base.inConfig, NULL, Loading Loading @@ -4445,7 +4444,6 @@ static ivas_error renderIsmToBinauralRoom( { copyBufferTo2dArray( ismInput->base.inputBuffer, tmpRendBuffer ); /* TODO tmu : missing: interpolation between positions, 5ms rendering */ if ( ( error = ivas_td_binaural_renderer_ext( &ismInput->tdRendWrapper, ismInput->base.inConfig, NULL, Loading Loading @@ -4478,9 +4476,9 @@ static ivas_error renderIsmToBinauralRoom( (void) subframe_len; // avoid warning } /* TODO tmu : missing: interpolation between positions, 5ms rendering */ /* TODO(sgi): Possible optimization: less processing needed if position didn't change */ /* TODO tmu2sgi: needs a lot of cleanup, we could also add rot_gains_prev to ismInput and use that */ /* TODO tmu : see issue #518 */ /* Possible optimization: less processing needed if position didn't change * needs a lot of cleanup, we could also add rot_gains_prev to ismInput and use that */ /* previous position gains */ if ( headRotData->headRotEnabled ) { Loading