ToneDen / Player

A pure JS customizable audio player for SoundCloud.
toneden.io/player
MIT License
529 stars 77 forks source link

Loading when Scrubbing #5

Closed tim-thimmaiah closed 10 years ago

tim-thimmaiah commented 10 years ago

For longer tracks, scrubbing seems to be taking way too long for the music to play.

We should optimize scrubbing to load the music from the point that it was shifted to.

tim-thimmaiah commented 10 years ago

Addressed in e9d5ceff18efafe8757cd1b8c26cde319cb514cb

Probably could use more optimization though...will revisit if needed.