decode8bitPCM

Decodes an amount of 8 bit unsigned PCM to extended 32 bit. Amount is decided by dest.length. src is a full waveform. Position is stored in wp.pos.

@nogc nothrow pure public @safe
void
decode8bitPCM
(
const(ubyte)[] src
,
int[] dest
,
ref DecoderWorkpad wp
)

Meta