#include <stdio.h>#include <string.h>#include "speex/speex_types.h"Include dependency graph for wav_io.c:

Functions | |
| unsigned short | be_short (unsigned short s) |
| unsigned short | le_short (unsigned short s) |
| int | read_wav_header (FILE *file, int *rate, int *channels, int *format, int *size) |
| void | write_wav_header (FILE *file, int rate, int channels, int format, int size) |
| unsigned short be_short | ( | unsigned short | s | ) |
| unsigned short le_short | ( | unsigned short | s | ) |
| int read_wav_header | ( | FILE * | file, | |
| int * | rate, | |||
| int * | channels, | |||
| int * | format, | |||
| int * | size | |||
| ) |
| void write_wav_header | ( | FILE * | file, | |
| int | rate, | |||
| int | channels, | |||
| int | format, | |||
| int | size | |||
| ) |
1.5.1