#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "spandsp/telephony.h"
#include "spandsp/logging.h"
#include "spandsp/bit_operations.h"
#include "spandsp/g711.h"
Functions | |
uint8_t | alaw_to_ulaw (uint8_t alaw) |
Transcode from A-law to u-law, using the procedure defined in G.711. | |
uint8_t | ulaw_to_alaw (uint8_t ulaw) |
Transcode from u-law to A-law, using the procedure defined in G.711. |
|
Transcode from A-law to u-law, using the procedure defined in G.711.
|
|
Transcode from u-law to A-law, using the procedure defined in G.711.
|