开发者

iOS: Stream audio file with pause, forward functions

开发者 https://www.devze.com 2023-02-24 03:35 出处:网络
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?

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 appre开发者_StackOverflow中文版ciated!


I've used the AudioSteamer classes in this project by Matt Gallagher with a lot of success. It was simple enough to implement my own progress slider using a NSTimer to poll the current duration, and the classes implement a seekToTime: function to allow moving the slider to change the position in the stream.

0

精彩评论

暂无评论...
验证码 换一张
取 消