FYI: loading sounds

I load sounds from jars and I was getting only the first piece of a sound loading. It turns out the streams were periodically starving and thus causing the code to believe the end had been reached. I’ve wrapped them in BufferedInputStreams and things see to be working quite well. Simple code fix is comitted in SampleLoader