PCM8.waveformDataReceive

Receives waveform data that has been loaded from disk for reading. Returns zero if successful, or a specific errorcode.

id: The ID of the waveform. rawData: The data itself, in unprocessed form. format: The format of the wave data, including the data type, bit depth, base sampling rate

class PCM8
override nothrow
int
waveformDataReceive
(
uint id
,
ubyte[] rawData
,)

Meta