cndevmingle / StreamingKit

在StreamingKit基础上添加了缓存在线音频接口

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamingKit

StreamingKit (formally Audjustable) is an audio playback and streaming library for iOS and Mac OSX. StreamingKit uses CoreAudio to decompress and playback audio (using hardware or software codecs) whilst providing a clean and simple object-oriented API.

Original project

ADD Feature : When playing audio from url, you can cache the audio on your local file system.Use:+(STKDataSource*) dataSourceFromURL:(NSURL*)url andCacheFilePath : (nullable NSString *) filePath

About

在StreamingKit基础上添加了缓存在线音频接口

License:Other


Languages

Language:Objective-C 99.3%Language:Ruby 0.7%