15#include "ws_symbol_export.h"
30WS_DLL_PUBLIC
unsigned char linear2alaw(
int pcm_val);
51WS_DLL_PUBLIC
unsigned char linear2ulaw(
int pcm_val);
WS_DLL_PUBLIC int ulaw2linear(unsigned char u_val)
Converts a u-law encoded value to a 16-bit linear PCM value.
Definition g711.c:249
WS_DLL_PUBLIC unsigned char linear2alaw(int pcm_val)
Converts a 16-bit linear PCM value to 8-bit A-law encoded format.
Definition g711.c:115
WS_DLL_PUBLIC int alaw2linear(unsigned char a_val)
Converts an 8-bit A-law encoded value to a 16-bit linear PCM value.
Definition g711.c:150
WS_DLL_PUBLIC unsigned char linear2ulaw(int pcm_val)
Converts a 16-bit linear PCM value to u-law encoded format.
Definition g711.c:207