decode16bitPCM

Decodes an amount of 16 bit signed 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
decode16bitPCM
(
const(short)[] src
,
int[] dest
,
ref DecoderWorkpad wp
)

Meta