#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <audiofile.h>
#include <tiffio.h>
#include "spandsp.h"
Defines | |
#define | NB_SAMPLES 160 |
Functions | |
int | v14_test_async_tx_bit (void *user_data) |
int | main (int argc, char *argv[]) |
Variables | |
async_rx_state_t | rx_async |
async_tx_state_t | tx_async |
int | full_len |
uint8_t | old_buf [1000] |
uint8_t | new_buf [1000] |
int | tx_async_chars |
int | rx_async_chars |
int | rx_async_char_mask |