|
spandsp 3.0.0
|
#include <stdlib.h>#include <stdio.h>#include <fcntl.h>#include <unistd.h>#include <string.h>#include <assert.h>#include <termios.h>#include <sndfile.h>#include "spandsp.h"#include "spandsp-sim.h"#include "pseudo_terminals.h"#include "socket_harness.h"Macros | |
| #define | OUTPUT_WAVE_FILE_NAME "dummy_modems.wav" |
| #define | SAMPLES_PER_CHUNK 160 |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| SNDFILE * | wave_handle = NULL |
| int16_t | wave_buffer [4096] |
| data_modems_state_t * | data_modem_state |
| int | answered = false |
| int | done = false |