Sat Apr 26 20:55:02 2008

Asterisk developer's documentation


alaw.h File Reference

A-Law to Signed linear conversion. More...

Go to the source code of this file.

Defines

#define AST_ALAW(a)   (__ast_alaw[(int)(a)])
#define AST_LIN2A(a)   (__ast_lin2a[((unsigned short)(a)) >> 3])

Functions

void ast_alaw_init (void)

Variables

short __ast_alaw [256]
unsigned char __ast_lin2a [8192]


Detailed Description

A-Law to Signed linear conversion.

Definition in file alaw.h.


Function Documentation

void ast_alaw_init ( void   ) 

To init the ulaw to slinear conversion stuff, this needs to be run.


Variable Documentation

short __ast_alaw[256]

help


Generated on Sat Apr 26 20:55:02 2008 for Asterisk - the Open Source PBX by  doxygen 1.5.1