printf("\n\nDecoder+renderer delay: %4.2f ms (%3u samples at timescale %5u)\n",1000.f*delayNumSamples_orig[1]/(float)delayTimeScale,delayNumSamples_orig[1],delayTimeScale);
if(delayNumSamples_orig[2]>0)
{
printf("HRIR/BRIR delay: %4.2f ms (%3u samples at timescale %5u)\n",1000.f*delayNumSamples_orig[2]/(float)delayTimeScale,delayNumSamples_orig[2],delayTimeScale);
printf("Total delay: %4.2f ms (%3u samples at timescale %5u)\n",1000.f*(delayNumSamples_orig[1]+delayNumSamples_orig[2])/(float)delayTimeScale,delayNumSamples_orig[1]+delayNumSamples_orig[2],delayTimeScale);
/*#define DEBUG_MODE_INFO_PLC *//* define to output PLC related parameters */
/*#define DEBUG_MODE_INFO_ALLRAD*//* define to output generated HOA decoding mtx */
/*#define DEBUG_MODE_LFE *//* define to output LFE relevant parameters */
/*#define DEBUG_MODE_JBM *//* define to output import JBM parameters */
#endif
#ifdef DEBUG_MODE_MDCT
@@ -113,7 +112,7 @@
/*#define TDREND_HRTF_TABLE_METHODS*//* Enable HRTF lookup from tables, for testing & evaluation. Supply file in table format to use. Note that a suitable HR filter lookup method should be written if the filters sample point grids are not in the formats. */
/*#define TDREND_STANDALONE*//* Used when renderer is built in standalone form, without IVAS encoding/decoding (see scripts/object_renderer_standalone). This is just here to ensure this is cleaned out by prepare_instrumentation.sh */