spandsp
1.99.0
|
#include <stdlib.h>
#include <inttypes.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <sndfile.h>
#include <unistd.h>
#include "udptl.h"
#include "spandsp.h"
#include "spandsp-sim.h"
#include "fax_tester.h"
#include "fax_utils.h"
#include "pcap_parse.h"
Classes | |
struct | audio_buf_s |
struct | chain_element_s |
Enumerations | |
enum | { AUDIO_FAX = 1, T38_FAX, T31_AUDIO_FAX, T31_T38_FAX, TSB85_AUDIO_FAX, TSB85_T38_FAX, REPLAY_AUDIO_FAX, REPLAY_T38_FAX, AUDIO_TO_T38_GATEWAY, PASSTHROUGH, AUDIO_CHAN, T38_CHAN } |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | output_tiff_file_name |
struct chain_element_s | chain [7] |
int | chain_elements = 2 |
bool | t38_simulate_incrementing_repeats = false |
bool | use_receiver_not_ready = false |
bool | test_local_interrupt = false |
double | when = 0.0 |