-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathalawulaw.h
15 lines (15 loc) · 983 Bytes
/
alawulaw.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*****************************************************************************\
** **
** PBX4Linux **
** **
**---------------------------------------------------------------------------**
** Copyright: Andreas Eversberg **
** **
** alawulaw header file **
** **
\*****************************************************************************/
extern signed int *audio_law_to_s32;
extern unsigned char silence;
extern unsigned char audio_s16_to_law[65536];
extern short audio_alaw_relations[];
void generate_tables(char law);