SphinxBase  0.6
include/wince/sphinx_config.h
00001 /* include/sphinx_config.h, defaults for Windows CE.  */
00002 /* sphinx_config.h: Externally visible configuration parameters for
00003  * SphinxBase.
00004  */
00005 
00006 /* Use ALSA library for sound I/O */
00007 /* #undef AD_BACKEND_ALSA */
00008 
00009 /* Use IRIX interface for sound I/O */
00010 /* #undef AD_BACKEND_IRIX */
00011 
00012 /* No interface for sound I/O */
00013 /* #undef AD_BACKEND_NONE */
00014 
00015 /* Use OSF interface for sound I/O */
00016 /* #undef AD_BACKEND_OSF */
00017 
00018 /* Use OSS interface for sound I/O */
00019 /* #define AD_BACKEND_OSS */
00020 
00021 /* Use OSS interface for sound I/O */
00022 /* #undef AD_BACKEND_OSS_BSD */
00023 
00024 /* Use SunOS interface for sound I/O */
00025 /* #undef AD_BACKEND_SUNOS */
00026 
00027 /* Use WinMM interface for sound I/O */
00028 #undef AD_BACKEND_WIN32
00029 
00030 /* Default radix point for fixed-point */
00031 /* #undef DEFAULT_RADIX */
00032 
00033 /* Use Q15 fixed-point computation */
00034 /* #undef FIXED16 */
00035 
00036 /* Use fixed-point computation */
00037 /* #define FIXED_POINT 1 */
00038 
00039 /* The size of `long', as computed by sizeof. */
00040 #define SIZEOF_LONG 4
00041 
00042 /* Extension for executables */
00043 #define EXEEXT ".exe"