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 "pp-avformat.h"
#include "pp-g722.h"
#include "../debug.h"
Post-processing to generate .wav files out of G.722 (headers) 
- Author
- Lorenzo Miniero loren.nosp@m.zo@m.nosp@m.eetec.nosp@m.ho.c.nosp@m.om 
- Copyright
- GNU General Public License v3
Implementation of the post-processing code needed to generate raw .wav files out of G.722 RTP frames.
Recordings post-processing utility 
◆ janus_pp_g722_wav
      
        
          | typedef struct janus_pp_g722_wav janus_pp_g722_wav | 
      
 
 
◆ janus_pp_g722_close()
      
        
          | void janus_pp_g722_close | ( | void |  | ) |  | 
      
 
 
◆ janus_pp_g722_create()
      
        
          | int janus_pp_g722_create | ( | char * | destination, | 
        
          |  |  | char * | metadata ) | 
      
 
 
◆ janus_pp_g722_get_extensions()
      
        
          | const char ** janus_pp_g722_get_extensions | ( | void |  | ) |  | 
      
 
 
◆ janus_pp_g722_process()