4-bit ADPCM data More...

Go to the source code of this file.
Functions | |
| static struct ast_frame * | adpcm_sample (void) |
Variables | |
| static uint8_t | ex_adpcm [] |
4-bit ADPCM data
Copyright (C) 2008, Digium, Inc.
Distributed under the terms of the GNU General Public License
Definition in file ex_adpcm.h.
| static struct ast_frame* adpcm_sample | ( | void | ) | [static, read] |
Definition at line 18 of file ex_adpcm.h.
References ARRAY_LEN, ex_adpcm, ast_frame::frametype, and ast_frame::samples.
uint8_t ex_adpcm[] [static] |
Definition at line 10 of file ex_adpcm.h.
Referenced by adpcm_sample().
1.7.1