一个轻量级的流媒体播放器,支持iPod音乐,网络音乐和本地音乐的播放,流媒体支持播放缓存使用方法:首先引入同文件#import "LBAudioPlayer.h" 1、本地音乐_audioPlayer = [[LBAudioPlayer alloc] initWithFilePath:filePath]; 2、网络音乐_audioPlayer = [[LBAudioPlayer alloc] initWithURL:url audioCachePath:[self papaCachePath:url]]; 3、iPod音乐NSURL *songUrl = [item valueForProperty:MPMediaItemPropertyAssetURL]; URL为获取的_audioPlayer = [[LBAudioPlayer alloc] initWithAVURL: