ex
Fork of mbed-os-example-mbed5-blinky by
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) | |
| SpeexHeader * | speex_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.
Generated on Tue Jul 12 2022 16:28:54 by
1.7.2
