voronianski / soundcloud-audio.js

:musical_note: SoundCloud tracks and playlists with HTML5 Audio API
http://caniuse.com/#feat=audio
284 stars 46 forks source link

Playback control improvements #27

Closed ivangreene closed 6 years ago

ivangreene commented 6 years ago

Resolves #22 Also adds loop option for player.next() to start at the beginning of a playlist if at the last track.

I've also changed the build script to create minified+unminified builds using tee. Unsure how portable this is (is tee standard on Windows?). May be reverted if you don't want that.