SphinxBase 0.6
sphinx_config.h
1/* include/sphinx_config.h. Generated from sphinx_config.h.in by configure. */
2/* sphinx_config.h: Externally visible configuration parameters */
3
4/* Use ALSA library for sound I/O */
5/* #undef AD_BACKEND_ALSA */
6
7/* Use ALSA library for sound I/O */
8/* #undef AD_BACKEND_PULSEAUDIO */
9
10/* Use JACK library for sound I/O */
11/* #undef AD_BACKEND_JACK */
12
13/* Use IRIX interface for sound I/O */
14/* #undef AD_BACKEND_IRIX */
15
16/* No interface for sound I/O */
17#define AD_BACKEND_NONE
18
19/* Use OSF interface for sound I/O */
20/* #undef AD_BACKEND_OSF */
21
22/* Use OSS interface for sound I/O */
23/* #undef AD_BACKEND_OSS */
24
25/* Use OSS interface for sound I/O */
26/* #undef AD_BACKEND_OSS_BSD */
27
28/* Use SunOS interface for sound I/O */
29/* #undef AD_BACKEND_SUNOS */
30
31/* Use WinMM interface for sound I/O */
32/* #undef AD_BACKEND_WIN32 */
33
34/* Default radix point for fixed-point */
35/* #undef DEFAULT_RADIX */
36
37/* Use Q15 fixed-point computation */
38/* #undef FIXED16 */
39
40/* Use fixed-point computation */
41/* #undef FIXED_POINT */
42
43/* The size of `long', as computed by sizeof. */
44#define SIZEOF_LONG 4
45
46/* Define to 1 if the system has the type `long long'. */
47#define HAVE_LONG_LONG 1
48
49/* The size of `long long', as computed by sizeof. */
50#define SIZEOF_LONG_LONG 8
51
52/* Enable debugging output */
53/* #undef SPHINX_DEBUG */