#define TMP_FIX_1119_SPLIT_RENDERING_VOIP /* FhG: Add error check for unsupported config: split rendering with VoIP mode */
#define FIX_1113_EXTREND_ISAR /* FhG: issue 1113: fix external renderer asserts for FOA/HOA2 and CLDFB config */
#define NONBE_1122_KEEP_EVS_MODE_UNCHANGED /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR. */
#define FIX_938_COMPILER_WARNING /* FhG: Fix compiler warning in ivas_mdct_core_reconstruct() */
#define FIX_1376_MISSING_ISM_METADATA /* FhG: IVAS_rend: throw error if there exists an ISM input without a corresponding metadata file path */
assert(*rendCtx.pOutSampleRate==48000&&"split binaural fast conv mode is currently supported with 48k sampling rate only");
#else
assert(inConfig==IVAS_AUDIO_CONFIG_HOA3&&(*rendCtx.pOutSampleRate==48000)&&"split binaural fast conv mode is currently supported with HOA3 input and 48k sampling rate only");