spandsp
1.99.0
|
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "floating_fudge.h"
#include <assert.h>
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
#include <sndfile.h>
#include "spandsp.h"
#include "spandsp-sim.h"
#include "fax_utils.h"
#include "fax_tester.h"
Macros | |
#define | OUTPUT_TIFF_FILE_NAME "tsb85.tif" |
#define | OUTPUT_WAVE_FILE_NAME "tsb85.wav" |
#define | SAMPLES_PER_CHUNK 160 |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
SNDFILE * | out_handle |
const char * | output_tiff_file_name |
bool | log_audio = false |
faxtester_state_t * | state |