I’m trying to get the first OpenAL demo/lesson working (the converted SimpleStaticSound from www.devmaster.net). However it references ALut.alutLoadWAVFile, which doesn’t appear to be in the standard Joal build, nor is it included in the lesson download. ???
I can only assume that this has been replaced in some way by the WAVLoaderand WAVData classes, and the lesson hasn’t been updated However I can’t figure out how to actually get AL to use the WAVData in the example. Anyone any suggestions?
Edit: Actually theres much more thats broken it seems, ALut is also used for initialisation and shutdown. Anyone have a working example of Jogl that I can see?