decode4bitDialogicADPCM

Decodes an amount of 4 bit Oki/Dialogic ADPCM stream 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
decode4bitDialogicADPCM
(,
int[] dest
,
ref DecoderWorkpad wp
)

Meta