Post-processing to generate .wav files out of L16 frames (headers) More...
#include <arpa/inet.h>
#include <endian.h>
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include "pp-l16.h"
#include "../debug.h"
Data Structures | |
struct | janus_pp_l16_wav |
Typedefs | |
typedef struct janus_pp_l16_wav | janus_pp_l16_wav |
Functions | |
const char ** | janus_pp_l16_get_extensions (void) |
int | janus_pp_l16_create (char *destination, int rate, char *metadata) |
int | janus_pp_l16_process (FILE *file, janus_pp_frame_packet *list, int *working) |
void | janus_pp_l16_close (void) |
Post-processing to generate .wav files out of L16 frames (headers)
Implementation of the post-processing code needed to generate raw .wav files out of L16 RTP frames.
typedef struct janus_pp_l16_wav janus_pp_l16_wav |
void janus_pp_l16_close | ( | void | ) |
int janus_pp_l16_create | ( | char * | destination, |
int | rate, | ||
char * | metadata | ||
) |
const char ** janus_pp_l16_get_extensions | ( | void | ) |
int janus_pp_l16_process | ( | FILE * | file, |
janus_pp_frame_packet * | list, | ||
int * | working | ||
) |