Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
adpcm_encoder_pvt Struct Reference

Workspace for translating signed linear signals to ADPCM. More...

Collaboration diagram for adpcm_encoder_pvt:
Collaboration graph
[legend]

Data Fields

int16_t inbuf [BUFFER_SAMPLES]
 
struct adpcm_state state
 

Detailed Description

Workspace for translating signed linear signals to ADPCM.

Definition at line 218 of file codec_adpcm.c.

Field Documentation

◆ inbuf

Definition at line 220 of file codec_adpcm.c.

Referenced by lintoadpcm_framein(), and lintoadpcm_frameout().

◆ state

Definition at line 219 of file codec_adpcm.c.

Referenced by lintoadpcm_frameout().


The documentation for this struct was generated from the following file: