assert((st_ivas->ivas_format==SBA_FORMAT||(st_ivas->ivas_format==ISM_FORMAT&&st_ivas->ism_mode==ISM_MODE_DISC))&&(output_Fs==48000)&&"split binaural mode is currently supported with SBA or discrete ISM format and 48k sampling rate only");
#else
assert(st_ivas->ivas_format==SBA_FORMAT&&(output_Fs==48000)&&"split binaural mode is currently supported with SBA format and 48k sampling rate only");
assert((st_ivas->ivas_format==SBA_FORMAT||(st_ivas->ivas_format==ISM_FORMAT&&st_ivas->ism_mode==ISM_MODE_DISC))&&(output_Fs==48000)&&"split binaural mode is currently supported with SBA or discrete ISM format and 48k sampling rate only");
#else
assert(st_ivas->ivas_format==SBA_FORMAT&&(output_Fs==48000)&&"split binaural mode is currently supported with SBA format and 48k sampling rate only");