#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_ima_adpcm.wav" |
| #define | OUT_FILE_NAME "post_ima_adpcm.wav" |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int16_t | amp [10000] |
| uint8_t | ima_data [10000] |
1.4.7