gorork / paper-audio-player

A custom audio player with paper material style
http://nadikun.com/code/paper-audio-player/demo
MIT License
197 stars 59 forks source link

Made some heavy modifications to paper player #25

Open IrosTheBeggar opened 7 years ago

IrosTheBeggar commented 7 years ago

I'm using paper-audio-player in project of mine and in the process I made a bunch of changes and added some features. Some of the more notable ones are adding aurura.js support for FLAC playback, adding events that can be hooked into for playlist support, and cleaning up some style bugs. You can see a working example here:

http://darncoyotes.mstream.io/

Is there any interest in having these feature added to this repository? I can make a pull request if there's enough support. The changes are pretty extensive, and I want to make sure they are within the scope of the project before trying to make a pull request. You can look through my code here:

https://github.com/IrosTheBeggar/mstream-node

gorork commented 7 years ago

@IrosTheBeggar These features sound great. I hope to get back to work and check your modifications and last PR next week/end.