Michal Biniek: HTML5 audio sprites -- Holy Grail or Programmers Hell -- JSConf EU 2013

The audio sprites idea is similar to images sprites -- it is a way to combine different files into one to get a lot of advantages like a solution for mobiles and other limited browsers, less requests and even smaller files. All this sounds like the ’Holy Grail’ of audio feature and an awesome solution to implement in any browser game or app. But is it really perfect in every case? The Grepolis team always wants to deliver the best user experience as possible to every user -- even to browsers with their li
Back to Top