speex_config_types.h
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. #ifndef __SPEEX_TYPES_H__
  2. #define __SPEEX_TYPES_H__
  3. /* these are filled in by configure */
  4. typedef short spx_int16_t;
  5. typedef unsigned short spx_uint16_t;
  6. typedef int spx_int32_t;
  7. typedef unsigned int spx_uint32_t;
  8. #endif