#include <stdio.h>
#include <string.h>
#include "speex/speex_types.h"
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 | |||
) |