blocksound ~master (2016-10-20T14:02:45Z)
Dub
Repo
ALSound
blocksound
backend
openal
OpenAL Sound backend
version(blocksound_ALBackend)
class
ALSound :
Sound
{
ALuint
buffer
[@property getter];
this
(ALuint buffer);
static
ALSound
loadSound
(string filename);
void
cleanup
();
}
Constructors
this
this
(ALuint buffer)
Undocumented in source.
Members
Functions
cleanup
void
cleanup
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
buffer
ALuint
buffer
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
loadSound
ALSound
loadSound
(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Sound
cleanup
void
cleanup
()
Frees resources used by the sound.
Meta
Source
See Implementation
blocksound
backend
openal
classes
ALAudioBackend
ALSound
ALSource
ALStreamedSound
ALStreamingSource
functions
loadLibraries
loadSoundToBuffer
sndfile_readFloats
sndfile_readShorts
streamSoundThread
structs
AudioBuffer
AudioBufferFloat
OpenAL Sound backend