Post-processing to generate .wav files from G.722 (headers) More...


Go to the source code of this file.
Functions | |
| int | janus_pp_g722_create (char *destination, char *metadata) |
| int | janus_pp_g722_process (FILE *file, janus_pp_frame_packet *list, int *working) |
| void | janus_pp_g722_close (void) |
Post-processing to generate .wav files from G.722 (headers)
Implementation of the post-processing code needed to generate raw .wav files out of G.722 RTP frames.
| void janus_pp_g722_close | ( | void | ) |
| int janus_pp_g722_create | ( | char * | destination, |
| char * | metadata | ||
| ) |
| int janus_pp_g722_process | ( | FILE * | file, |
| janus_pp_frame_packet * | list, | ||
| int * | working | ||
| ) |