2425262728293031323334
LSAudio testAudio = new LSAudio(); AudioObject testObj = LSAudio.loadFile(filename); try { AudioChannel testChannel = testAudio.loadSound(testObj); System.out.println("loadSound(<audioObject> obj) Constructor-\tGO"); } catch(Exception e) {
3435363738394041424344
} try { AudioChannel testChannel2 = testAudio.loadSound(testObj, arrayTestPosition); System.out.println("loadSound(<audioObject> obj,<int> arrayPos) " + "Constructor-\tGO"); } catch (Exception e) {