abeldomingues / Stream-Ipod-Audio-From-Disk

Sample project demonstrating how to stream iPod Library audio tracks (or any audio) from disk without having to load the entire audio file into memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamIpodAudioFromDisk

This sample project demonstrates how to stream iPod Library tracks in iOS without having to load the entire audio file into memory. It also demonstrates how to access the iPod Library from Apple's Core Audio APIs (i.e., without being restricted to an MediaPlayer, AVAudioPlayer or even an AUFilePlayer.) See companion post at http://www.mojolama.com/streaming-ipod-library-tracks.

About

Sample project demonstrating how to stream iPod Library audio tracks (or any audio) from disk without having to load the entire audio file into memory

License:MIT License


Languages

Language:Objective-C 100.0%