thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.

Home Page:http://thinkpixellab.com/pxloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove SoundManager2 dependency?

andyinabox opened this issue · comments

I was getting real excited about PxLoader until I saw that the sound plugin is dependent on SoundManager2. It seems unnecessary to have SM2 as a baseline dependency for sound loading for this library, and it's making me reconsider using PxLoader for my project.

Have you considered including a simple sound loader module for basic HTML5 audio, and then a more advanced one that uses SM2 for those who want it?

SM2 is overkill for my needs too, so I'd also like to see this!

You might want to check out: https://github.com/hammerlabs/PxLoader

This has now been implemented in #52