#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "spandsp/telephony.h"
#include "spandsp/bit_operations.h"
#include "spandsp/g711.h"
#include "spandsp/private/g711.h"
Functions | |
SPAN_DECLARE (uint8_t) | |
Transcode from A-law to u-law, using the procedure defined in G.711. | |
SPAN_DECLARE (int) | |
Release a V.8 context. | |
SPAN_DECLARE (g711_state_t *) |
|
Release a V.8 context.
|
|
Transcode from A-law to u-law, using the procedure defined in G.711.
|