10 static uint8_t ex_adpcm[] = {
11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
18 static struct ast_frame *adpcm_sample(
void)
22 .datalen =
sizeof(ex_adpcm),
23 .
samples = ARRAY_LEN(ex_adpcm) * 2,
26 .src = __PRETTY_FUNCTION__,
struct ast_frame_subclass subclass
Data structure associated with a single frame of data.
enum ast_frame_type frametype
struct ast_format * format