📄 g711.h
字号:
/*
============================================================================
File: G711.H 08-Feb-1991 (08:00:00)
============================================================================
UGST/CCITT G711 MODULE
GLOBAL FUNCTION PROTOTYPES
History:
10.Dec.91 v1.0 First version <hf@pkinbg.uucp>
08.Feb.92 v1.1 Non-ANSI prototypes added <tdsimao@venus.cpqd.ansp.br>
11.Jan.96 v1.2 Fixed misleading prototype parameter names in
alaw_expand() and ulaw_compress(); changed to
smart prototypes <simao@ctd.comsat.com>,
and <Volker.Springer@eedn.ericsson.se>
============================================================================
*/
/* Function prototypes */
void alaw_compress(
Word16 *linbuf,
Word16 *logbuf,
Word16 lseg
) ;
void alaw_expand(
Word16 *linbuf,
Word16 *logbuf,
Word16 lseg
) ;
/* Definitions for better user interface (?!) */
#define IS_LIN 1
#define IS_LOG 0
/* .......................... End of G711.H ........................... */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -