spandsp
0.0.6
|
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <strings.h>
#include <ctype.h>
#include <time.h>
#include <sndfile.h>
#include "spandsp.h"
#include "spandsp-sim.h"
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | bellcore_files [] |
const char * | tone_names [20] = {NULL} |
SNDFILE * | inhandle |
super_tone_rx_segment_t | tone_segments [20][10] |
super_tone_tx_step_t * | dialtone_tree = NULL |
super_tone_tx_step_t * | ringback_tree = NULL |
super_tone_tx_step_t * | busytone_tree = NULL |
super_tone_tx_step_t * | nutone_tree = NULL |
super_tone_tx_step_t * | congestiontone_tree = NULL |
super_tone_tx_step_t * | waitingtone_tree = NULL |
int | level |
const char* bellcore_files[] |