Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.21 KB

SJAudioPlayer

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'SJAudioPlayer'

Usage

#import <SJAudioPlayer/SJAudioPlayer.h>

    NSURL *URL = [NSURL URLWithString:@"http://.../auido.mp3"];
    _player = SJAudioPlayer.player;
    [_player replaceAudioWithURL:URL];
    [_player play];

Author

[email protected], [email protected]

License

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