newSound() support for SoundData?
My use case is that I load soundData asynchronously and then instantiate multiple Sources from that soundData.
I haven't had time to use this lib extensively yet, but it seems to have all the functionality I would want other than that. Of course you could always just instatiate the Sources as I've been doing already and then use those to create Sound instances, but it would be nice to skip the intermediary step =P.
Sorry for the delayed response, but would you like to give the sound-data branch a try?
Sure, I will start working with the sound backend for my current project in a week or two, so I'll look into it at that point. (If anyone else feels like it's needed I can do it faster, but I'm guessing that will not be the case =P )