tsquillario / Jamstash

HTML5 Music Streamer for Subsonic
http://jamstash.com
271 stars 88 forks source link

feature request: Gapless playback #74

Open nelsonblaha opened 11 years ago

nelsonblaha commented 11 years ago

Feature request for gapless playback.

nelsonblaha commented 11 years ago

This stackoverflow comment recommends the Chrome Web Audio API to achieve gapless playback without flash. It might be worth looking into moving to Chrome Web Audio API.

tsquillario commented 11 years ago

I think I can do this with jPlayer...

nichtmax commented 11 years ago

Maybe you can achieve crossfading too? That would be awesome at parties. A friend of mine did this with two player instances, I can provide you some code if you are interested. Also did a quick google search: https://groups.google.com/forum/?fromgroups=#!topic/jplayer/6TgxCqxO9wI

tsquillario commented 11 years ago

Sure man, some code to get started would be great! tsquillario [at] gmail.com or send me a link to it somewhere.

nichtmax commented 11 years ago

http://code.google.com/p/musikdb/source/browse/trunk/client/js/player-functions.js#107

Maybe that helps.

tsquillario commented 11 years ago

Thanks for this. I'll have a look at it.

maletor commented 10 years ago

This would be so awesome it'd be ridiculous. I think iSub supports gapless.

MPD supports crossfade + replaygain + gapless, but lacks in other things Subsonic does not.