ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

speex_header.h File Reference

speex_header.h File Reference

Describes the Speex header. More...

Go to the source code of this file.

Data Structures

struct  SpeexHeader
 Speex header info for file-based formats. More...

Typedefs

typedef struct SpeexHeader SpeexHeader
 Speex header info for file-based formats.

Functions

void speex_init_header (SpeexHeader *header, int rate, int nb_channels, const struct SpeexMode *m)
 Initializes a SpeexHeader using basic information.
char * speex_header_to_packet (SpeexHeader *header, int *size)
 Creates the header packet from the header itself (mostly involves endianness conversion)
SpeexHeaderspeex_packet_to_header (char *packet, int size)
 Creates a SpeexHeader from a packet.

Detailed Description

Describes the Speex header.

Definition in file speex_header.h.