Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Bug in rotateFrameSba() while writing the rotated output to output buffer

(Generic issue template)

output writing loop (shown below) should be inside "for ( l = 1; l <= shd_rot_max_order; l++ )" loop

            /* write back the result */
            for ( n = m1; n < m2; n++ )
            {
                writePtr = getSmplPtr( outAudio, n, subframe_idx * subframe_len + i );
                ( *writePtr ) = tmpRot[n - m1];
            }
            m1 = m2;
            m2 += 2 * ( l + 1 ) + 1;
Assignee Loading
Time tracking Loading