#include <stdio.h>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) |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
1.2.15