Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
ADPCM encoder and decoder
Name | Description |
---|---|
Class unaADPCM_coder |
|
Class unaADPCM_decoder |
|
Class unaADPCM_encoder |
|
record una_ADPCM_state |
procedure adpcm_init(var state: una_ADPCM_state; variant: una_ADPCM_type); |
function adpcm_allocbuf_encode(var state: una_ADPCM_state; var ima_data: pointer; num_samples: int): int; |
function adpcm_allocbuf_decode(var state: una_ADPCM_state; var amp: pInt16Array; ima_bytes: int): int; |
function adpcm_encode(var state: una_ADPCM_state; ima_data: pointer; amp: pInt16Array; num_samples: int): int; |
function adpcm_decode(var state: una_ADPCM_state; amp: pInt16Array; ima_data: pointer; ima_bytes: int): int; |
una_ADPCM_type = (...); |
puna_ADPCM_state = ˆuna_ADPCM_state; |
procedure adpcm_init(var state: una_ADPCM_state; variant: una_ADPCM_type); |
function adpcm_allocbuf_encode(var state: una_ADPCM_state; var ima_data: pointer; num_samples: int): int; |
function adpcm_allocbuf_decode(var state: una_ADPCM_state; var amp: pInt16Array; ima_bytes: int): int; |
function adpcm_encode(var state: una_ADPCM_state; ima_data: pointer; amp: pInt16Array; num_samples: int): int; |
function adpcm_decode(var state: una_ADPCM_state; amp: pInt16Array; ima_data: pointer; ima_bytes: int): int; |
una_ADPCM_type = (...); |
Values
|
puna_ADPCM_state = ˆuna_ADPCM_state; |
(c) 2012 Lake of Soft