public final class ALut extends Object
Modifier and Type | Method and Description |
---|---|
static void |
alutExit()
Shuts down the OpenAL Utility Toolkit; releases and destroys the
internal OpenAL context and closes the output device.
|
static void |
alutInit()
Initializes the OpenAL Utility Toolkit, creates an OpenAL
context and makes it current on the current thread.
|
static void |
alutLoadWAVFile(InputStream stream,
int[] format,
ByteBuffer[] data,
int[] size,
int[] freq,
int[] loop) |
static void |
alutLoadWAVFile(String fileName,
int[] format,
ByteBuffer[] data,
int[] size,
int[] freq,
int[] loop) |
public static void alutInit() throws ALException
ALException
public static void alutExit() throws ALException
ALException
public static void alutLoadWAVFile(String fileName, int[] format, ByteBuffer[] data, int[] size, int[] freq, int[] loop) throws ALException
ALException
public static void alutLoadWAVFile(InputStream stream, int[] format, ByteBuffer[] data, int[] size, int[] freq, int[] loop) throws ALException
ALException