Is there a way to start playing an MP3 file while downloading it in iOS? I saw this question
How to start playing AVAudioPlayer while downloading?
Is AudioToolbox or CoreAudio the only way to do that?
Edit – I found this link
http://www.kyleshank.com/avplayer-can-play-a-file-as-its-being-written-to.html
AudioFileStream, AudioQueue is the way to go. Implemented it the hard way. The link below helped me out 🙂
lastFM source