/*#define DEBUG_BINAURAL_FILTER_DESIGN*//* debugging of Crend binaural filter design */
/*#define DEBUG_AGC_ENCODER_CMD_OPTION*//* Ability to force enable or disable AGC behaviour in DIRAC/SPAR via command line option */
#define DEBUG_JBM_CMD_OPTION/* ability for telling the decoder the frontend fetch size and to not delay compensate for bad frames at the beginning */
#define VARIABLE_SPEED_DECODING /* variable speed decoding employing the JBM functioniality; move to DEBUGGING after build for disabled is fixed */
/*#define DEBUG_JBM_CMD_OPTION*//* ability for telling the decoder the frontend fetch size and to not delay compensate for bad frames at the beginning */
/*#define VARIABLE_SPEED_DECODING*//* variable speed decoding employing the JBM functioniality; move to DEBUGGING after build for disabled is fixed */
/*Split Rendering Debug switches*/
/*#define DBG_WAV_WRITER*//* add debugging function dbgwrite_wav() */
@@ -244,6 +244,9 @@
#define FIX_683_JBM_CLEANUP /* FhG: Fix for issue 683, add clean up for ISM and MASA file writers */
#define FIX_680_ACELP_TABLE_OMASA /* Nokia: Fix for issue 680 preventing overindexing of PulseConfTable */
#define FIX_685_BER_IN_HVQ /* Eri: Fix for issue 685. Invalid configuration in EVS now happening in IVAS with variable rate core. Remove BER warning for IVAS. */
#define FIX_674_MISSING_TABLES_FOR_TDREND_REVERB /* Eri: add tables for 32kHz, 16kHz (and update 48kHz) for left/right energies and coherence for late reverb in TD renderer path. Also read tables from binary when hrtf binaries are used. */
/* ################## End BE DEVELOPMENT switches ######################### */