goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.98k stars 2.23k forks source link

Preload playlist #1094

Closed ayberkcal closed 5 years ago

ayberkcal commented 5 years ago

I would like to play list of audio without load delay. Does howlerjs preload all playlist or load just current audio? If howlerjs just load current audio, is there any way to load all playlist before play audio?

goldfire commented 5 years ago

You can create multiple Howl instances that will each preload their own audio.