1

i have to load more than 100 sound files. its working fine in Mozilla , chrome and safari but not working in internet explorer.

more than 60 sounds also not loading perfectly in internet explorer

what is the maximum sound files we can load at a time?

1 Answers1

1

I have answered your question on GitHub https://github.com/CreateJS/PreloadJS/issues/216

TLDR: IE maxes out around 41. Edge fixes this with Web Audio support. Consider Audio sprites to combine sounds if need that many sounds in IE.

Lanny
  • 11,244
  • 1
  • 22
  • 30