#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <inttypes.h>
#include <time.h>
#include <audiofile.h>
#include <ilbc.h>
#include "timing.h"
Defines |
#define | IN_FILE_NAME "../test-data/local/short_nb_voice.wav" |
#define | REF_FILE_NAME "../test-data/local/short_nb_voice_out.wav" |
#define | COMPRESS_FILE_NAME "ilbc_out.ilbc" |
#define | DECOMPRESS_FILE_NAME "ilbc_in.ilbc" |
#define | OUT_FILE_NAME "post_ilbc.wav" |
#define | SAMPLE_RATE 8000 |
Functions |
int | main (int argc, char *argv[]) |
Detailed Description