g711.c File Reference

#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

uint8_t alaw_to_ulaw (uint8_t alaw)
uint8_t ulaw_to_alaw (uint8_t ulaw)
int g711_decode (g711_state_t *s, int16_t amp[], const uint8_t g711_data[], int g711_bytes)
int g711_encode (g711_state_t *s, uint8_t g711_data[], const int16_t amp[], int len)
int g711_transcode (g711_state_t *s, uint8_t g711_out[], const uint8_t g711_in[], int g711_bytes)
g711_state_t * g711_init (g711_state_t *s, int mode)
int g711_release (g711_state_t *s)
int g711_free (g711_state_t *s)

Detailed Description


Generated by  doxygen 1.6.2