This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | wave_begin (const char *fname) |
| void | wave_push (void *buf, int len) |
| void | wave_end () |
| void wave_begin | ( | const char * | fname | ) |
Definition at line 157 of file camogm_wav.c.
References begin_wave(), stderr, and wave_fd.
Referenced by audio_start().
| void wave_end | ( | ) |
Definition at line 167 of file camogm_wav.c.
References end_wave(), and wave_fd.
Referenced by audio_end().
| void wave_push | ( | void * | buf, | |
| int | len | |||
| ) |
Definition at line 163 of file camogm_wav.c.
References fdcount, wave_fd, and write.
Referenced by audio_process().
1.5.1