Commit b59df8b3 authored by Markus's avatar Markus
Browse files

As in fade out, set spectrum from last block to zero above the crossover...

As in fade out, set spectrum from last block to zero above the crossover frequency in first concealed frame
parent d18cbee3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@ void TonalMDCTConceal_InsertNoise(

                for ( l = crossOverFreq; l < hTonalMDCTConc->lastBlockData.nSamples; l++ )
                {
                    mdctSpectrum[l] = hTonalMDCTConc->lastBlockData.spectralData[l];
                    mdctSpectrum[l] = 0;
                }
            }
            /* actual fadeout is done in this case */