audiocogs / jsmad

Deprecated. Please use mp3.js.
https://github.com/audiocogs/mp3.js
124 stars 11 forks source link

Clear use case for switching tracks. #9

Open base698 opened 11 years ago

base698 commented 11 years ago

The way I have hacked track switch is a kill() followed by another playUrl(). This is obviously isn't optimal and there has to be some kind of way to switch the streams and have it play gracefully from the new stream. The way it works now 1 or 2 seconds of the previous track play when it switches to the next.

Any ideas/help hints would be much appreciated. This works stellar even in the face of that one issue :+1: