Commit 1050d2a9 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove comments related to existing issue #194

parent 03baeb88
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4871,7 +4871,6 @@ static ivas_error renderMcToBinaural(

    accumulate2dArrayToBuffer( tmpRendBuffer, &outAudio );

    /* TODO tmu : needs delay compensation */
    if ( ( error = renderLfeToBinaural( mcInput, outAudio ) ) != IVAS_ERR_OK )
    {
        return error;
@@ -4955,7 +4954,6 @@ static ivas_error renderMcToBinauralRoom(

    accumulate2dArrayToBuffer( tmpRendBuffer, &outAudio );

    /* TODO tmu : needs delay compensation */
    if ( ( error = renderLfeToBinaural( mcInput, outAudio ) ) != IVAS_ERR_OK )
    {
        return error;
@@ -5042,7 +5040,6 @@ static ivas_error renderMcCustomLsToBinauralRoom(

    accumulate2dArrayToBuffer( tmpCrendBuffer, &outAudio );

    /* TODO tmu : needs delay compensation */
    if ( ( error = renderLfeToBinaural( mcInput, outAudio ) ) != IVAS_ERR_OK )
    {
        return error;