loadPCM

Wraps Mix_QuickLoad_RAW which loads raw PCM audio data to a dsdl2.mixer.Chunk

@safe @trusted
static if(bindSDLMixer)
loadPCM
(
const void[] pcm
)

Parameters

pcm void[]

buffer of the raw PCM audio data

Return Value

Type: Chunk

loaded dsdl2.mixer.Chunk

Meta