speex_config_types.h 236 B

1234567891011
  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