struct Compressor * Compressor_new(unsigned int history)
Create a new compressor (use history value of 0 for default)
void Compressor_delete(struct Compressor *)
Delete a compressor.
struct CompressorConfig * Compressor_getConfig(struct Compressor *)
Get the configuration for a compressor.
void Compressor_Process_int16(struct Compressor *, int16_t *data, unsigned int count)
Process 16-bit signed data.
Configuration values for the compressor object.
void Compressor_setHistory(struct Compressor *, unsigned int history)
Set the history length.