I know how to stream an audio file to iphone. But does anyone know how to include functions like pause, or having a slider bar to fast forward to downloaded portions of the audio?
Help much appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve used the
AudioSteamerclasses in this project by Matt Gallagher with a lot of success. It was simple enough to implement my own progress slider using aNSTimerto poll the current duration, and the classes implement aseekToTime:function to allow moving the slider to change the position in the stream.