Post-processing to generate .wav files out of G.722 (headers) More...
#include <arpa/inet.h>#include <endian.h>#include <inttypes.h>#include <string.h>#include <stdlib.h>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include "pp-g722.h"#include "../debug.h"
Data Structures | |
| struct | janus_pp_g711_wav |
Macros | |
| #define | LIBAVCODEC_VER_AT_LEAST(major, minor) |
Typedefs | |
| typedef struct janus_pp_g711_wav | janus_pp_g711_wav |
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 out of G.722 (headers)
Implementation of the post-processing code needed to generate raw .wav files out of G.722 RTP frames.
| #define LIBAVCODEC_VER_AT_LEAST | ( | major, | |
| minor | |||
| ) |
| typedef struct janus_pp_g711_wav janus_pp_g711_wav |
| 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 | ||
| ) |