libsent/src/util/confout.c File Reference

Output compilation time configurations strings. More...

#include <sent/stddefs.h>
#include <sent/util.h>
#include <sent/ngram2.h>
#include <sent/speech.h>

Go to the source code of this file.

Functions

void confout_version (FILE *strm)
 Output version of this libsent library.
void confout_audio (FILE *strm)
 Output audio configuration of this libsent library.
void confout_lm (FILE *strm)
 Output language model configuration of this libsent library.
void confout_am (FILE *strm)
 Output acoustic model configuration of this libsent library.
void confout_lib (FILE *strm)
 Output about linked libraries of this libsent library.
void confout_process (FILE *strm)
 Output about process handling of this libsent library.
void confout (FILE *strm)
 Output all information of this libsent library.


Detailed Description

Output compilation time configurations strings.

Author:
Akinobu LEE
Date:
Thu Feb 17 15:34:39 2005
Revision
1.1.1.1

Definition in file confout.c.


Function Documentation

void confout_version ( FILE *  strm  ) 

Output version of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 36 of file confout.c.

void confout_audio ( FILE *  strm  ) 

Output audio configuration of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 47 of file confout.c.

void confout_lm ( FILE *  strm  ) 

Output language model configuration of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 68 of file confout.c.

void confout_am ( FILE *  strm  ) 

Output acoustic model configuration of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 89 of file confout.c.

void confout_lib ( FILE *  strm  ) 

Output about linked libraries of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 108 of file confout.c.

void confout_process ( FILE *  strm  ) 

Output about process handling of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 120 of file confout.c.

void confout ( FILE *  strm  ) 

Output all information of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 136 of file confout.c.

Referenced by j_put_library_defs().


Generated on Tue Dec 18 16:01:40 2007 for Julius by  doxygen 1.5.4