#include <unistd.h>#include <stdlib.h>#include <math.h>#include <inttypes.h>#include <string.h>#include <stdio.h>#include <time.h>#include <fcntl.h>#include <audiofile.h>#include <tiffio.h>#include "spandsp.h"Defines | |
| #define | IN_FILE_NAME "pre_oki_adpcm.wav" |
| #define | OUT_FILE_NAME "post_oki_adpcm.wav" |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int16_t | amp [10000] |
| uint8_t | oki_data [10000] |
1.4.7