Coder Social home page Coder Social logo

applikeysolutions / pandoraplayer Goto Github PK

View Code? Open in Web Editor NEW
1.2K 37.0 174.0 348 KB

🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.

Home Page: https://applikeysolutions.com/

License: MIT License

Ruby 0.95% Swift 98.39% Objective-C 0.65%
music-player music player audio ios swift cocoapods animation equalizer audiokit

pandoraplayer's Introduction

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

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

Supported OS & SDK Versions

  • Supported build target - iOS 9.0

Installation

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.

pandoraplayer's People

Contributors

applikey avatar meximus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pandoraplayer's Issues

image and name label not showing correctly

hello guys I manually added pandora player classes to my project and pod audiokit and I could build it and that was ok but I load it with avplayeritem on my main.bundle and when the song plays there were no artwork and namelabel I was wondering how can I play songs with right artwork and name labels and also how can I set pandoraplyer to automatically reads all mp3s from documents folder and plays them please help me .

Example

Make An Example For This player !!

PlayerSongListView bug when SongItems > 100

The problem is when I inject 100 music items playerSongListView totally breaks its correct layout. If you try to scroll to right next item it will scroll for 5-10 items next

Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2

/Users/xxx/Documents/Xcode Source/Audio/TestPlayer/Pods/PandoraPlayer/Player/Classes/Controllers/PandoraPlayer.swift:10:8: Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2: /Users/xxx/Documents/Xcode Source/Audio/TestPlayer/Pods/AudioKit/iOS/AudioKit.framework/Modules/AudioKit.swiftmodule/arm64.swiftmodule

Suggestion: Open Source the Wave Visualization

Hi There,

Awesome lib you created, thanks so much. It would be awesome if you could open source/bundle just the waves visualization.

I have an app that uses audio, but we have our own internal player, and I would love to just implement the visual waves while the audio is playing.

Thanks so much once again

Module compile error

Module compiled with Swift 4.0.2 cannot be imported by the Swift 5.1.3 compiler. Is there any solution?

is this library support .mp3 url?

Hi all,
I implement :

let playerVC = PandoraPlayer.configure(withPath: "http://www.sample-videos.com/audio/mp3/wave.mp3")

navigationController?.present(playerVC, animated: true, completion: nil)

but when i click play, it does not work. Would you like to help me?

Unable to find the api documentation

Hi,
I am trying to use the PandoraPlayer in my app. I didn't find api or specifications or documentation. Please tell me where can I find api documentation?

Thanks
simerpreet.

Soundcloud?

You marked your project with "soundcloud" tag. Where is using of soundcloud in your project?

cannot download

Installing AudioKit (3.7)

[!] Error installing AudioKit
[!] /usr/bin/curl -f -L -o /var/folders/j5/26pxq6rd5v5gljmbhb2szmnc0000gn/T/d20170814-2548-1hkgo2d/file.zip https://github.com/audiokit/AudioKit/releases/download/v3.7/AudioKit.framework.zip --create-dirs --netrc-optional

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 612 0 612 0 0 371 0 --:--:-- 0:00:01 --:--:-- 371
0 0 0 0 0 0 0 0 --:--:-- 0:01:16 --:--:-- 0curl: (7) Failed to connect to github-production-release-asset-2e65be.s3.amazonaws.com port 443: Operation timed out

In both importing got error in Xcode. Module compiled with Swift 4.0.2 cannot be imported in Swift 4.1.2 **AND** No such module 'AudioKitUI'

I like to use it and by that I've imported PandoraPlayer by two methods that are exist : 1- Pods 2-Carthage

but when I import Pandora player by Pod method I'll got this error about version of swift : Module compiled with Swift 4.0.2 cannot be imported in Swift 4.1.2

And when I import project by Carthage and try to build it it says : No such module 'AudioKitUI'

I've already searched about my problem and I've known that by updating pod I'll get rid of the errors but it doesn't worked for me.
PLease Help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.