Post-processing to generate .wav files (headers) More...
Go to the source code of this file.
Functions | |
int | janus_pp_g711_create (char *destination, char *metadata) |
int | janus_pp_g711_process (FILE *file, janus_pp_frame_packet *list, int *working) |
void | janus_pp_g711_close (void) |
Post-processing to generate .wav files (headers)
Implementation of the post-processing code needed to generate raw .wav files out of G.711 (mu-law or a-law) RTP frames.
void janus_pp_g711_close | ( | void | ) |
int janus_pp_g711_create | ( | char * | destination, |
char * | metadata | ||
) |
int janus_pp_g711_process | ( | FILE * | file, |
janus_pp_frame_packet * | list, | ||
int * | working | ||
) |