ALAudioBackend

Class to manage the OpenAL Audio backend.

Constructors

this
this()

Create a new ALBackend. One per thread.

Members

Functions

cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
setListenerGain
void setListenerGain(float gain)
Undocumented in source. Be warned that the author may not have intended to support it.
setListenerLocation
void setListenerLocation(Vec3 loc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
ALCcontext* context;
Undocumented in source.
device
ALCdevice* device;
Undocumented in source.

Inherited Members

From AudioBackend

setListenerLocation
void setListenerLocation(Vec3 loc)
Undocumented in source.
setListenerGain
void setListenerGain(float gain)
Undocumented in source.
cleanup
void cleanup()
Undocumented in source.

Meta