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");