iOS AVPlayer音频播放、缓存、歌词同步 (DFPlayer的使用方法)

超级简单的iOS音频播放组件。详情查看文档。

github地址:https://github.com/ihoudf/DFPlayer

文档地址:https://ihoudf.github.io/2017/10/26/DFPlayer%E6%8E%A5%E5%85%A5%E8%AF%B4%E6%98%8E/

iOS音频播放缓存第三方DFPlayer使用方法

     

A simple and flexible iOS audio playback module. Based on AVPlayer, support local and remote audio playback, with caching, remote control, locking and control center information display, single sequential and random playback,Lyrics sync,and other basic audio player functions, using a few code can realize the function of player.(简单又灵活的iOS音频播放组件。基于AVPlayer,支持本地和远程音频播放,具有缓存、耳机线控、锁频和控制中心信息展示、单曲顺序随机播放、歌词同步、记录上次播放进度等基本的音频播放器功能,DFPlayer封装了进度条、缓冲条、播放暂停按钮、下一首按钮、上一首按钮、播放模式按钮、歌词同步的tableview等UI控件,一行代码布局即可实现相应功能。)

DFPlayer:关于iOS音频播放,传音频数据给我就好了

猜你喜欢

转载自blog.csdn.net/HDFQQ188816190/article/details/78423497