Package de.coreengine.sound
Class AL
- java.lang.Object
-
- de.coreengine.sound.AL
-
public class AL extends Object
Class to manage openAL stuff- Author:
- Darius Dinger
-
-
Constructor Summary
Constructors Constructor Description AL()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deinit()
Destroy OpenAL context and exit devicestatic void
init()
Initalize OpenAL context and get default audio device
-