DDAudioManager 1.1.1

DDAudioManager 1.1.1

Maintained by sanli.



 
Depends on:
DDWriteFileManager>= 0
DDHttpSupport>= 0
DDSqliteManager>= 0
 

  • By
  • DDStrongman

DDAudioManager

Example

类似SDWebImage的通过URL,在线播放并下载缓存音频工具类,请使用shareInstance实例化或定义Manager为全局变量:
觉得好用请给star,不好用欢迎fork,push帮忙提升或是直接反馈,楼主尽快修复
关键函数

/**
播放音频并按模式处理

@param url 音频url
@param method 音频播放模式
*/
- (void)playAudioWithUrl:(NSString *)url
                  Method:(DDAudioMethod)method 

具体内容请参考.h文件内说明

Requirements

Installation

DDAudioManage is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DDAudioManager"

Author

DDStrongman, [email protected]

License

DDAudioManager is available under the MIT license. See the LICENSE file for more info.