All Projects β†’ ApplikeySolutions β†’ Pandoraplayer

ApplikeySolutions / Pandoraplayer

Licence: mit
πŸ…ΏοΈ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Pandoraplayer

Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+154.97%)
Mutual labels:  audio, music, player, music-player, sound, radio
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (-42.14%)
Mutual labels:  audio, music, player, music-player, sound
Fradioplayer
A simple radio player framework for iOS, macOS, tvOS.
Stars: ✭ 183 (-82.35%)
Mutual labels:  audio, music, player, radio, cocoapods
Openwhyd
πŸ’Ž Like Pinterest, for Music
Stars: ✭ 287 (-72.32%)
Mutual labels:  soundcloud, music, player, music-player, streaming
Jcplayer
🎡 A simple audio player for Android applications.
Stars: ✭ 209 (-79.85%)
Mutual labels:  audio, player, media, radio
Libvlc Go
Go bindings for libVLC and high-level media player interface
Stars: ✭ 188 (-81.87%)
Mutual labels:  audio, player, media, sound
React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+471.94%)
Mutual labels:  soundcloud, audio, player, media
Sbplayerclient
ζ”―ζŒε…¨ζ ΌεΌηš„macη‰ˆθ§†ι’‘ζ’­ζ”Ύε™¨
Stars: ✭ 110 (-89.39%)
Mutual labels:  audio, music, player, music-player
Monstercat Visualizer
A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
Stars: ✭ 571 (-44.94%)
Mutual labels:  audio, music, player, media
Lofi Player
🎧 A Lofi Player built with HTML, CSS and Javascript using Parcel as Module Bundler https://lakscastro.github.io/lofi-player
Stars: ✭ 38 (-96.34%)
Mutual labels:  music, player, music-player, sound
Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (-57.09%)
Mutual labels:  audio, music, player, sound
Skplayer
🎡 A simple & beautiful HTML5 music player
Stars: ✭ 437 (-57.86%)
Mutual labels:  audio, music, player, music-player
Tauonmusicbox
The Linux desktop music player from the future! πŸŒ†
Stars: ✭ 494 (-52.36%)
Mutual labels:  audio, music, player, music-player
Ktvhttpcache
A powerful media cache framework.
Stars: ✭ 2,113 (+103.76%)
Mutual labels:  audio, player, media, cocoapods
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (-86.02%)
Mutual labels:  audio, music, player, music-player
Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (-0.87%)
Mutual labels:  soundcloud, music, player, music-player
React Cassette Player
Simple ReactJS HTML5 audio player component built with SVG icons from The Noun Project.
Stars: ✭ 93 (-91.03%)
Mutual labels:  audio, music, player, music-player
Fwplayer
A video player SDK for iOS, it is based on AVPlayer. https://se.linkedin.com/in/foks-huiwang, https://fokswang.wixsite.com/home
Stars: ✭ 321 (-69.05%)
Mutual labels:  audio, player, media, cocoapods
Swiftysound
SwiftySound is a simple library that lets you play sounds with a single line of code.
Stars: ✭ 995 (-4.05%)
Mutual labels:  audio, player, sound, cocoapods
Hysteriaplayer
Objective-C audio player, sitting on top of AVPlayer
Stars: ✭ 568 (-45.23%)
Mutual labels:  audio, player, streaming, cocoapods

ios ios Swift 4.0.x GitHub license

Made by Applikey Solutions

Find this project on Dribbble

PandoraPlayer

Table of Contents

  1. Purpose
  2. Features
  3. Supported OS & SDK Versions
  4. Installation
  5. Usage
  6. Demo
  7. Release Notes
  8. Contact Us
  9. License

Purpose

PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift, constructed to be fast, light and have a nice design.

Features

  • [x] Plays iPod music / bundle music
  • [x] Real-time two-channel visual equalizer
  • [x] Standard controls
  • [x] Simple API
  • [x] Simple & intuitive design

Supported OS & SDK Versions

  • Supported build target - iOS 9.0

Installation

CocoaPods

Add the following line in your Podfile.

pod 'PandoraPlayer'

Usage

import PandoraPlayer

let playerVC = PandoraPlayer.configure(withMPMediaItems: mediaItems)
navigationController?.present(playerVC, animated: true, completion: nil)

Demo

example-plain

Release Notes

Version 1.0

  • Release version.

Version 1.1

  • Added Xcode 9 and Swift 4 support

Contact Us

You can always contact us via [email protected] We are open for any inquiries regarding our libraries and controls, new open-source projects and other ways of contributing to the community. If you have used our component in your project we would be extremely happy if you write us your feedback and let us know about it!

License

The MIT License (MIT)

Copyright Β© 2017 Applikey Solutions

Permission is hereby granted free of charge to any person obtaining a copy of this software and associated documentation files (the "Software") to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].