audio streaming services failing to recognize file type
问题 I was working on streaming audio live using the Audio Streaming Services library (based on Matt Ghallager's tutorial) and I kept on crashing at this part: err = AudioQueueStart(audioQueue, NULL); if (err) { [self failWithErrorCode:AS_AUDIO_QUEUE_START_FAILED]; return; } the error code is: kAudioDeviceUnsupportedFormatError.. this guy is defined in CoreAudio/AudioHardware.h, which seems to be a hardware related problem. I couldn't find much useful information about this error on the web. The