free((void*)(*hHrtfTD)->ModelParams.azimBsShape_fx);/* void* cast needed to please both gcc and Visual studio compilers. Deallocating const float** should be fine and gcc agrees, but Visual studio complains. */
free((void*)model->azimBsShape_fx);/* void* cast needed to please both gcc and Visual studio compilers. Deallocating const float** should be fine and gcc agrees, but Visual studio complains. */
modelITD->azimBsShape_dyn_fx=(Word32*)malloc(sizeof(defaultHRIR_rom_ITD_azimBsShape_fx)*sizeof(Word32)/sizeof(Word16));/* basis functions are flipped around 180 deg, number of basis functions above/below is (N+1)/2 */