ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers speex_config_types.h Source File

speex_config_types.h

00001 #ifndef _SPEEX_CONFIG_TYPES_H
00002 #define _SPEEX_CONFIG_TYPES_H
00003 
00004 typedef signed short spx_int16_t;
00005 typedef unsigned short spx_uint16_t;
00006 typedef signed int spx_int32_t;
00007 typedef unsigned int spx_uint32_t;
00008 
00009 #endif /* _SPEEX_CONFIG_TYPES_H */
00010