#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <time.h>
#include <string.h>
#include "floating_fudge.h"
#include <assert.h>
#include "spandsp/telephony.h"
#include "spandsp/logging.h"
#include "spandsp/queue.h"
#include "spandsp/dc_restore.h"
#include "spandsp/bit_operations.h"
#include "spandsp/async.h"
#include "spandsp/t38_non_ecm_buffer.h"
#include "spandsp/private/t38_non_ecm_buffer.h"
Functions | |
SPAN_DECLARE_NONSTD (int) | |
Get the next bit of data from a T.38 rate adapting non-ECM buffer context. | |
SPAN_DECLARE (void) | |
Cleanup a T.30 context if the call terminates. | |
SPAN_DECLARE (t38_non_ecm_buffer_state_t *) | |
SPAN_DECLARE (int) | |
Release a V.8 context. |
|
Release a V.8 context. Compress a block of octets.
|
|
Cleanup a T.30 context if the call terminates. Log the list of supported modulations.
|
|
Get the next bit of data from a T.38 rate adapting non-ECM buffer context. A dummy routine to use as a receive callback, when we aren't really trying to process what is received. It just absorbs and ignores the data.
|