/*#define DEBUGGING*//* Allows debugging message to be printed out during runtime */
#define DEBUGGING /* Allows debugging message to be printed out during runtime */
#ifdef DEBUGGING
#define DEBUG_MODE_INFO /* Define to output most important parameters to the subdirectory "res/" */
#define DEBUG_MODE_INFO_TWEAK /* Enable command line switch to specify subdirectory for debug info output inside "./res/" */
//#define DEBUG_MODE_INFO_TWEAK /* Enable command line switch to specify subdirectory for debug info output inside "./res/" */
#define DEBUG_FORCE_MDCT_STEREO_MODE /* Force stereo mode decision for MDCT stereo: -stereo 3 1 forces L/R coding and -stereo 3 2 forces full M/S coding */
/*#define DEBUG_FORCE_DIR*//* Force modes/parameters by reading from external binary files */
/*#define DBG_WAV_WRITER*//* Enable dbgwrite_wav() function for generating ".wav" files */
@@ -61,6 +61,13 @@
/*#define MEM_COUNT_DETAILS*//* Output detailed memory analysis for the worst-case frame (writes to the file "mem_analysis.csv") */
#endif
//#define ENFORCE_float_PS
//#define ENFORCE_float_fft
#define ENFORCE_float_inp_12k8
#define ENFORCE_float_smc_vad
#define FFT_PREC32
/* #################### End DEBUGGING switches ############################ */