ESAudioPlayer: A reactive audio player for iOS
ESAudioPlayer is a reactive audio player for iOS using RxSwift. It provides basic audio management features like playing an audio from a URL. And some more advanced features like queue management, MediaPlayer transport controls and now playing center info.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- Swift version 5
- iOS 13 or higher
- Dependency on RxSwift as it's used to make player reactive
Installation
ESAudioPlayer is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ESAudioPlayer'
Author
Mario Mouris, [email protected]
License
ESAudioPlayer is available under the MIT license. See the LICENSE file for more info.