An audio player for iOS and OS X built on top of the Audjustable audio player. It implements all of the mundane queue management logic so you don't have to.
- Initialize a
CJAudioPlayer
object - Add items (see:
<CJAudioPlayerQueueItem>
) - Call
- (void)play
- All of the great, low level features of Audjustable such as prebuffering and gapless playback
- Audio queue management
- Support for shuffle and continuous playback modes
- Automatic disk caching
- Intellegent prebuffering
- Handles audio session interruptions automatically
- A full-featured example project
- Audjustable 0.0.6+
- iOS 7.0+
- OS X 10.9+
Contributions are welcome and greatly appreciated. Just make sure you're working on the develop
branch.
- Documentation
- Support for chunked HTTP requests
- Support file seeking