loadLibraries

Loads libraries required by the OpenAL backend. This is called automatically by blocksound's init function.

version(blocksound_ALBackend)
@system
void
loadLibraries
(
bool skipALload = false
,
bool skipSFload = false
)

Parameters

skipALload bool

Skips loading OpenAL from derelict. Set this to true if your application loads OpenAL itself before blocksound does.

Meta