Hello!
In my current Java project, I am attempting to load a sound file (.wav). This is how it is being done:
newbielink:http://pastebin.com/z2WcbWq1 [nonactive]
This works! And to execute a sound, I simply call:
soundSystem.quickPlay( false, soundName, false, 0, 0, 0, SoundSystemConfig.ATTENUATION_ROLLOFF, SoundSystemConfig.getDefaultRolloff() );
However this also produces some audible artifacts. Sometimes I hear a quick cracking sound (before/after the sound). What would cause this?