|
spandsp 3.0.0
|
#include <stdlib.h>#include <inttypes.h>#include <stdio.h>#include <fcntl.h>#include <string.h>#include <assert.h>#include <errno.h>#include <time.h>#include <unistd.h>#include <arpa/inet.h>#include "spandsp.h"#include "spandsp-sim.h"#include "fax_utils.h"#include "pcap_parse.h"Macros | |
| #define | INPUT_FILE_NAME "sprt.pcap" |
| #define | OUTPUT_WAVE_FILE_NAME "sprt_decode.wav" |
| #define | SAMPLES_PER_CHUNK 160 |
Functions | |
| int | main (int argc, char *argv[]) |