DecoderWorkpad

Defines a workpad for many simple audio codecs

public
struct DecoderWorkpad {}

Members

Variables

outn1
int outn1;

Previous output sample

pos
size_t pos;

Position of the decoder

pred
int pred;

Predictor for ADPCM

Meta