10 static uint8_t ex_g726[] = {
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 *g726_sample(
void)
22 .datalen =
sizeof(ex_g726),
23 .
samples = ARRAY_LEN(ex_g726) * 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