#include <stdio.h>
#include "speex/speex_types.h"
Include dependency graph for wav_io.h:
Go to the source code of this file.
Functions | |
unsigned short | be_short (unsigned short s) |
unsigned short | le_short (unsigned short s) |
spx_uint32_t | le_int (spx_uint32_t i) |
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) |
|
|
|
Convert little endian |
|
|
|
|
|
|