Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 533 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 533 Bytes

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