fprintf(stderr,"\nNumber of input audio channels mismatch: %d accepted by encoder, but %d found in file %s\n\n",encInNumChannels,inFileNumChannels,arg.inputWavFilename);
gotocleanup;
}
break;
caseIVAS_ERR_NUM_CHANNELS_UNKNOWN:
/* IVAS_ERR_NUM_CHANNELS_UNKNOWN will be returned for raw PCM files.