spandsp 0.0.6
|
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <memory.h>
#include <ctype.h>
#include <sndfile.h>
#include "spandsp.h"
#include "spandsp/private/g722.h"
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int16_t | itu_data [40000] |
uint16_t | itu_ref [40000] |
uint16_t | itu_ref_upper [40000] |
uint8_t | compressed [40000] |
int16_t | decompressed [40000] |