howler.js icon indicating copy to clipboard operation
howler.js copied to clipboard

Gapless playback for a live recording (flac)

Open mikepspc opened this issue 3 years ago • 0 comments

Hi there,

I tried to use the player example to test gapless playback. https://github.com/goldfire/howler.js/tree/master/examples/player

I substituted in a couple of FLAC files to try the playlist functionality and there is a gap. Inspecting the network tab shows the file loads when onend is called from the previous track and it calls the skip function.

Is there any way to pre-load the next track to allow gapless playback?

mikepspc avatar Oct 02 '21 16:10 mikepspc