I’m having a weird issue and I can’t figure out what is happening.
I uploaded a simple audotester.java file that is a simple application that loads 2 ogg files. When it tries to load the 2nd audio file. it hangs on my computer forever. It never comes back.
I’m assuming it is something about the audio and wondering if someone could test this and see if it is happening on their computer.
How did you determine this? Nothing about your sample code would tell you the difference between this and just not playing anything. No printlns or anything.
I figured it out. the error.ogg file was in an odd sample rate and that is causing JME to load load it and get stuck in an infinite loop. When I changed it to a standard sample rate, it loaded it just fine and could then load as many as possible.