Commit fc2b9898 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

address comments related to 5ms rendering in external renderer

parent 22f8f1f9
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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,
@@ -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,
@@ -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 )
        {