#include <stdio.h>
Include dependency graph for wav_io.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
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) |
|
|
|
|