#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <memory.h>
#include <sndfile.h>
#include "spandsp.h"
#include "spandsp-sim.h"
Classes | |
struct | template_t |
Defines | |
#define | SPANDSP_EXPOSE_INTERNAL_STRUCTURES |
#define | OUT_FILE_NAME "sig_tone.wav" |
#define | SAMPLES_PER_CHUNK 160 |
#define | MITEL_DIR "../test-data/mitel/" |
#define | BELLCORE_DIR "../test-data/bellcore/" |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | bellcore_files [] |
const char* bellcore_files[] |
{ MITEL_DIR "mitel-cm7291-talkoff.wav", BELLCORE_DIR "tr-tsy-00763-1.wav", BELLCORE_DIR "tr-tsy-00763-2.wav", BELLCORE_DIR "tr-tsy-00763-3.wav", BELLCORE_DIR "tr-tsy-00763-4.wav", BELLCORE_DIR "tr-tsy-00763-5.wav", BELLCORE_DIR "tr-tsy-00763-6.wav", "" }