Glitch when stereo is switching from TD to FD
# Basic info <!--- Add commit SHA used to reproduce --> - Float reference: - Encoder (float): b4a17ad4 - Decoder (float): b4a17ad4 - Fixed point: - Encoder (fixed): ffa2d613 - Decoder (fixed): b4a17ad4 # Bug description When the codec is going back from TD to DFT, a glitch can be heard in the fixed point version (\~4.55s). In the following figure, from top to bottom : - floating point left channel - floating point right channel - fixed point left channel - fixed point right channel - floating point element mode - fixed point element mode ![image](/uploads/6217d53a9aa85074841ab68001ef700b/image.png){width=950 height=598} # Ways to reproduce ![G6S2.c01](/uploads/404ae734da2f802d87a4dfa91fcb99a3/G6S2.c01.wav) <!-- Commandline or script --> ```bash IVAS_cod -stereo 24400 48 G6S2.c01.wav bit IVAS_dec STEREO 48 bit syn ``` <!--- Below are labels that will be added but are not shown in description. This is a template to help fill them. Add further information to the first row and remove and add labels as necessary. -->
issue