Hi all,
I’m having some trouble running jME under machines that have no audio drivers installed. These are lab machines and audio is disabled by default unless speakers or headphones are plugged in. jME would crash during initialization unless I plug in a set of headphones.
I noticed that in the settings class, I can set the audio renderer to null to disable audio, which I believe would work. However, how do I test the presence/absence of openal drivers?
Thanks!