All Projects → shahankit → ASAudioPlayer

shahankit / ASAudioPlayer

Licence: MIT License
A simple audio player which can play audio file from remote or local links.

Programming Languages

shell
77523 projects
swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

ASAudioPlayer

Version License Platform

Overview

ASAudioPlayer is a simple audio player which can play audio file from remote or local links provided a NSURL.

Usage

import ASAudioPlayer

let audioPlayer = ASAudioPlayer(frame: CGRectMake(0, 50, 300, 100))
audioPlayer.setUrl(url)
self.view.addSubview(audioPlayer)

Requirements

  • ARC
  • iOS7 or above

Installation

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

pod "ASAudioPlayer"

Example Project

An example project is included with this repo. To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Ankit Shah, [email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].