Iphone progressive download audio player

Posted by joynes on Stack Overflow See other posts from Stack Overflow or by joynes
Published on 2010-03-29T07:49:03Z Indexed on 2010/03/29 7:53 UTC
Read the original article Hit count: 351

Hi!

Im trying to implement a progressive download audio player for the iphone, ie using http and fixed size mp3-files.

I found the AudioStreamer project but it seems very complicated and works best with endless streams.

I need to be able to find out the total length of audiofiles and I also need to be able to seek in the files. I found a hacked deviation from AudioStreamer but it doesnt seem to work very well for me. http://www.saygoodnight.com/?p=14

Im wondering if there is a more simple way to achieve my goals or if there are some better working samples out there? I found the bass library but not much documentation about it.

/Br Johannes

© Stack Overflow or respective owner

Related posts about iphone

Related posts about progressive-download