howler.js
howler.js copied to clipboard
Gapless playback for a live recording (flac)
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?