Julius 4.2
libsent/include/sent/config.h
説明を見る。
00001 /* include/sent/config.h.  Generated automatically by configure.  */
00002 /* include/sent/config.h.in.  Generated automatically from configure.in by autoheader.  */
00003 
00041 /* Version string */
00042 #define LIBSENT_VERSION "4.2"
00043 
00044 /* Audio API name */
00045 #define AUDIO_API_NAME "coreaudio"
00046 
00047 /* Audio API description */
00048 #define AUDIO_API_DESC "MacOSX CoreAudio"
00049 
00050 /* Description of supported audio file formats */
00051 #define AUDIO_FORMAT_DESC "various formats by libsndfile ver.1"
00052 
00053 /* Description of gzip file reading method */
00054 #define GZIP_READING_DESC "zlib library"
00055 
00056 /* Define to empty if the keyword does not work on your compiler. */
00057 /* #undef const */
00058 
00059 /* Define if you have the ANSI C header files.   */
00060 /* #undef STDC_HEADERS */
00061 
00062 /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).   */
00063 /* #undef WORDS_BIGENDIAN */
00064 
00065 /* Define if use microphone input  */
00066 #define USE_MIC 1
00067 
00068 /* Define if use Datlink/Netaudio input  */
00069 /* #undef USE_NETAUDIO */
00070 
00071 /* Define if libsndfile support is available */
00072 #define HAVE_LIBSNDFILE 1
00073 
00074 /* Define for libsndfile support (ver.1)  */
00075 #define HAVE_LIBSNDFILE_VER1 1
00076 
00077 /* Define if you have spaudio library  */
00078 /* #undef USE_SPLIB */
00079 
00080 /* Define if you use integer word WORD_ID (for vocaburary of over 60k)  */
00081 /* #undef WORDS_INT */
00082 
00083 /* Define if you prefer addlog array function */
00084 #define USE_ADDLOG_ARRAY 1
00085 
00086 /* Define if you use zcat command for compressed file input */
00087 /* #undef ZCAT */
00088 
00089 /* Define if you have socklen definition */
00090 #define HAVE_SOCKLEN_T 1
00091 
00092 /* Define if you have the <sndfile.h> header file.   */
00093 #define HAVE_SNDFILE_H 1
00094 
00095 /* Define if you have the <unistd.h> header file.   */
00096 #define HAVE_UNISTD_H 1
00097 
00098 /* Define if you have the nsl library (-lnsl).   */
00099 /* #undef HAVE_LIBNSL */
00100 
00101 /* Define if you have the socket library (-lsocket).   */
00102 /* #undef HAVE_LIBSOCKET */
00103 
00104 /* Define if you have zlib library (-lz).  */
00105 #define HAVE_ZLIB 1
00106 
00107 /* Define if you have strcasecmp function  */
00108 #define HAVE_STRCASECMP 1
00109 
00110 /* Define if you have sleep function  */
00111 #define HAVE_SLEEP 1
00112 
00113 /* Define if you have iconv function */
00114 /* #undef HAVE_ICONV */
00115 
00116 /* Define if you use libjcode */
00117 /* #undef USE_LIBJCODE */
00118 
00119 /* Define if you allow class N-gram  */
00120 #define CLASS_NGRAM 1
00121 
00122 /* Define if you want to enable process forking for each adinnet connection */
00123 /* #undef FORK_ADINNET */
00124 
00125 /* Define if use sin/cos table for MFCC calculation  */
00126 #define MFCC_SINCOS_TABLE 1
00127 
00128 /* Define if <sys/soundcard.h> found */
00129 /* #undef HAVE_SYS_SOUNDCARD_H */
00130 
00131 /* Define if <machine/soundcard.h> found */
00132 /* #undef HAVE_MACHINE_SOUNDCARD_H */
00133 
00134 /* Define if <alsa/asoundlib.h> found */
00135 /* #undef HAVE_ALSA_ASOUNDLIB_H */
00136 
00137 /* Define if <sys/asoundlib.h> exist and <alsa/asoundlib.h> not exist */
00138 /* #undef HAVE_SYS_ASOUNDLIB_H */
00139 
00140 /* Define if <esd.h> exist  */
00141 /* #undef HAVE_ESD_H */
00142 
00143 /* Define if <pulse/simple.h> exist  */
00144 /* #undef HAVE_PULSE_SIMPLE_H */
00145 
00146 /* Define if enable alsa */
00147 /* #undef HAS_ALSA */
00148 
00149 /* Define if enable oss */
00150 /* #undef HAS_OSS */
00151 
00152 /* Define if enable pulseaudio */
00153 /* #undef HAS_PULSEAUDIO */
00154 
00155 /* Define if enable esd */
00156 /* #undef HAS_ESD */
00157 
00158 /* Define if MSD-HMM support is enabled */
00159 /* #undef ENABLE_MSD */