Commit 8a1bb53c authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch...

Merge branch '667-bit-exactness-failure-observed-with-one-file-in-evs-stv16n2_96_1280_16khz-epf-out' into 'main'

Fix for Issue 667 added under FIX_667_DISABLE_INITIAL_PLC_SUPPRESSION

Closes #667

See merge request !40
parents 951ebc01 e2c38954
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@
#define IVAS_FLOAT_FIXED
#define EVS_FLOAT
//#define DUMPS_ENABLED
#define FIX_667_DISABLE_INITIAL_PLC_SUPPRESSION
#define IVAS_CNST
#define REMOVE_IVAS_UNUSED_PARAMETERS_WARNING  /*temporary operation on unused EVS parameters to remove warnings, these parameters will be used in IVAS */

+3 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ ivas_error IVAS_DEC_Open(
        st_ivas->transport_config = IVAS_AUDIO_CONFIG_INVALID;
        st_ivas->intern_config = IVAS_AUDIO_CONFIG_INVALID;
        st_ivas->writeFECoffset = 0;
#ifdef FIX_667_DISABLE_INITIAL_PLC_SUPPRESSION
        hIvasDec->hasDecodedFirstGoodFrame = true; /* Functionality to suppress output for initial lost frames is disabled in EVS operation */
#endif        

        return IVAS_ERR_OK;
    }