mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Error when trying to play Apple lossless compressed format #17

Open devind opened 13 years ago

devind commented 13 years ago

When trying to stream m4a files, always get this error "Audio packets are larger than kAQBufSize". The packetSize returned is 8843 whereas the buffer size is 2048.

Facing this problem only with ALAC files. All others work great. How can this issue be resolved?