PCM8.getWaveformData

Returns the waveform data from the

class PCM8
override nothrow
const(ubyte)[]
getWaveformData
(
uint id
)

Parameters

id uint

The ID of the waveform.

Return Value

Type: const(ubyte)[]

The raw waveform data, or null on error (unsupported feature, waveform not found, etc.)

Meta