shrt_sph.h

来自「speech signal process tools」· C头文件 代码 · 共 31 行

H
31
字号
/***********************************************************************//*    File: shrt_sph.h                                                 *//*    Desc: Sphere to Shorten interface header file                    *//*    History:                                                         *//*        Mar 29, 1993:  Creation                                      *//*        May 5, 1994:   Converted function dec's to ANSI              *//***********************************************************************/# define FORMAT_VERSION		1# define BUGFIX_RELEASE         "09"#if defined(__STDC__) || defined(__GNUC__) || defined(sgi)#define PROTO(ARGS)	ARGS#else#define PROTO(ARGS)	()#endifint shorten_set_flag PROTO((char *flag)) ;void shorten_reset_flags PROTO((void)) ;void shorten_init PROTO((void)) ;void shorten_dump_flags PROTO((FILE *fpout)) ;int shorten_set_ftype PROTO((char *ftype)) ;int shorten_set_channel_count PROTO((int nchannel)) ;int shorten_compress PROTO((FOB *fpin, FOB *fpout, char *status)) ;int shorten_uncompress PROTO((FOB *fpin, FOB *fpout, char *status)) ;int ulaw2linear PROTO((unsigned char ulawbyte));unsigned char linear2ulaw PROTO((int sample));

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?