| julius-simple/julius-simple.c [code] | Sample code for JuliusLib | 
| julius/app.h [code] | |
| julius/charconv.c [code] | Character set conversion using iconv library | 
| julius/charconv.h [code] | |
| julius/charconv_iconv.c [code] | Character set conversion using iconv library | 
| julius/charconv_libjcode.c [code] | Character set conversion using libjcode | 
| julius/charconv_win32.c [code] | Character set conversion using Win32 MultiByte function + libjcode | 
| julius/config.h [code] | |
| julius/main.c [code] | Main function of Julius/Julian | 
| julius/module.c [code] | |
| julius/output_file.c [code] | Output recognition result to each separate file | 
| julius/output_module.c [code] | Output recoginition result via module socket | 
| julius/output_stdout.c [code] | Output recoginition result to standard output | 
| julius/recogloop.c [code] | Main recognition loop | 
| julius/record.c [code] | Record speech inputs into successive files | 
| julius/visual.c [code] | Visualization of search space using GTK/X11 | 
| libjulius/include/julius/acconfig.h [code] | |
| libjulius/include/julius/beam.h [code] | Definitions for frame-synchronous beam search on 1st pass | 
| libjulius/include/julius/callback.h [code] | Definitions for callback API | 
| libjulius/include/julius/config.h [code] | |
| libjulius/include/julius/define.h [code] | Internal symbol definitions | 
| libjulius/include/julius/extern.h [code] | External function declarations | 
| libjulius/include/julius/global.h [code] | Global variables | 
| libjulius/include/julius/graph.h [code] | Structure definition for word graph | 
| libjulius/include/julius/jconf.h [code] | Jconf structure | 
| libjulius/include/julius/jfunc.h [code] | API related functions (not all) | 
| libjulius/include/julius/julius.h [code] | Top common header for Julius | 
| libjulius/include/julius/juliuslib.h [code] | Library top header | 
| libjulius/include/julius/misc.h [code] | Some miscellaneous definitions | 
| libjulius/include/julius/multi-gram.h [code] | Definitions for managing multiple grammars | 
| libjulius/include/julius/recog.h [code] | Enging instance definitions | 
| libjulius/include/julius/search.h [code] | Strucures for handling hypotheses on the 2nd pass | 
| libjulius/include/julius/trellis.h [code] | Structure definitions of word trellis | 
| libjulius/include/julius/useropt.h [code] | User-defined jconf options | 
| libjulius/include/julius/wchmm.h [code] | Structure Definition of tree lexicon | 
| libjulius/src/adin-cut.c [code] | Capture audio and detect sound trigger | 
| libjulius/src/backtrellis.c [code] | Word trellis operations | 
| libjulius/src/beam.c [code] | Frame-synchronous beam search for the 1st pass | 
| libjulius/src/callback.c [code] | Regist and execute callback functions | 
| libjulius/src/confnet.c [code] | Confusion network generation | 
| libjulius/src/default.c [code] | Set system default values for configuration parameters | 
| libjulius/src/dfa_decode.c [code] | Grammar-based word prediction (2nd pass) | 
| libjulius/src/factoring_sub.c [code] | LM factoring on 1st pass | 
| libjulius/src/gmm.c [code] | Input rejection and VAD using GMM | 
| libjulius/src/gramlist.c [code] | Grammar file list management on startup | 
| libjulius/src/graphout.c [code] | Output word lattice | 
| libjulius/src/hmm_check.c [code] | Triphone checker on word dictionary | 
| libjulius/src/instance.c [code] | Allocate/free various instances | 
| libjulius/src/jfunc.c [code] | API functions for applications | 
| libjulius/src/m_adin.c [code] | Initialize audio input device | 
| libjulius/src/m_chkparam.c [code] | Post processing of parameters for recognition | 
| libjulius/src/m_fusion.c [code] | Final set up for recognition | 
| libjulius/src/m_info.c [code] | Output system informations | 
| libjulius/src/m_jconf.c [code] | Read a configuration file | 
| libjulius/src/m_options.c [code] | Option parsing | 
| libjulius/src/m_usage.c [code] | Print help | 
| libjulius/src/multi-gram.c [code] | Management of Recognition grammars | 
| libjulius/src/ngram_decode.c [code] | N-gram based word prediction for the 2nd pass | 
| libjulius/src/outprob_style.c [code] | Compute output probability of a state (1st pass) | 
| libjulius/src/pass1.c [code] | The first pass: frame-synchronous beam search | 
| libjulius/src/realtime-1stpass.c [code] | The first pass: frame-synchronous beam search (on-the-fly version) | 
| libjulius/src/recogmain.c [code] | Main function of recognition process | 
| libjulius/src/search_bestfirst_main.c [code] | The second pass: stack decoding | 
| libjulius/src/search_bestfirst_v1.c [code] | Viterbi path update and scoring on the second pass (fast version) | 
| libjulius/src/search_bestfirst_v2.c [code] | Viterbi path update and scoring on the second pass (standard version) | 
| libjulius/src/spsegment.c [code] | Short-pause segmentation and decoder-based VAD | 
| libjulius/src/useropt.c [code] | User-defined option handling | 
| libjulius/src/version.c [code] | Output version and compilation-time configuration | 
| libjulius/src/wav2mfcc.c [code] | Calculate feature vector (MFCC) sequence (non on-the-fly ver | 
| libjulius/src/wchmm.c [code] | Construction of tree lexicon | 
| libjulius/src/wchmm_check.c [code] | Manual inspection of tree lexicon | 
| libjulius/src/word_align.c [code] | Forced alignment by word / phoneme / state unit | 
| libsent/acconfig.h [code] | |
| libsent/include/sent/adin.h [code] | Definitions for A/D-in processing and sound detection | 
| libsent/include/sent/config.h [code] | Environment configuration file | 
| libsent/include/sent/dfa.h [code] | Definitions for DFA grammar and category-pair information | 
| libsent/include/sent/hmm.h [code] | Hidden Marcov Model for recognition | 
| libsent/include/sent/hmm_calc.h [code] | Work area and outprob cache for acoustic computation | 
| libsent/include/sent/htk_defs.h [code] | Symbol definitions for HTK HMM and HTK parameter | 
| libsent/include/sent/htk_hmm.h [code] | Data structures for handling HTK HMM definition | 
| libsent/include/sent/htk_param.h [code] | Structures for storing input speech parameters | 
| libsent/include/sent/machines.h [code] | Machine-dependent definitions | 
| libsent/include/sent/mfcc.h [code] | Definitions for MFCC computation | 
| libsent/include/sent/ngram2.h [code] | Definitions for word N-gram | 
| libsent/include/sent/ptree.h [code] | Patricia binary tree for data search | 
| libsent/include/sent/speech.h [code] | Miscellaneous definitions for speech input processing | 
| libsent/include/sent/stddefs.h [code] | Basic common definitions | 
| libsent/include/sent/tcpip.h [code] | Definitions relating TCP/IP Networking | 
| libsent/include/sent/util.h [code] | Definitions for common utility functions | 
| libsent/include/sent/vocabulary.h [code] | Word dictionary for recognition | 
| libsent/src/adin/adin_esd.c [code] | Audio input from Englightened Sound Daemon (EsounD) | 
| libsent/src/adin/adin_file.c [code] | Audio input from file or stdin | 
| libsent/src/adin/adin_mic_darwin_coreaudio.c [code] | Adin microphone library for CoreAudio API | 
| libsent/src/adin/adin_mic_freebsd.c [code] | Microphone input on FreeBSD | 
| libsent/src/adin/adin_mic_linux_alsa.c [code] | Microphone input on Linux/ALSA | 
| libsent/src/adin/adin_mic_linux_oss.c [code] | Microphone input on Linux/OSS | 
| libsent/src/adin/adin_mic_o2.c [code] | Microphone input on SGI IRIX machine | 
| libsent/src/adin/adin_mic_sol2.c [code] | Microphone input on Solaris 2.x | 
| libsent/src/adin/adin_mic_sp.c [code] | Microphone input using spAudio library | 
| libsent/src/adin/adin_mic_sun4.c [code] | Microphone input on Sun4 | 
| libsent/src/adin/adin_na.c [code] | Sub routines for NetAudio input | 
| libsent/src/adin/adin_netaudio.c [code] | Audio input from NetAudio/DatLink server | 
| libsent/src/adin/adin_portaudio.c [code] | Microphone input using portaudio library | 
| libsent/src/adin/adin_sndfile.c [code] | Audio input from file using libsndfile library | 
| libsent/src/adin/adin_tcpip.c [code] | Audio input from adinnet client | 
| libsent/src/adin/ds48to16.c [code] | Down sampling from 48kHz to 16kHz | 
| libsent/src/adin/lpfcoef_2to1.h [code] | |
| libsent/src/adin/lpfcoef_3to4.h [code] | |
| libsent/src/adin/zc-e.c [code] | Count zero cross and level for speech detection | 
| libsent/src/adin/zmean.c [code] | Remove DC offset from input speech | 
| libsent/src/anlz/param_malloc.c [code] | Memory management of input parameter vector structure | 
| libsent/src/anlz/paramselect.c [code] | Check and adjust parameter vector types | 
| libsent/src/anlz/paramtypes.c [code] | Convert between string and binary expression of parameter type | 
| libsent/src/anlz/rdparam.c [code] | Read HTK parameter file | 
| libsent/src/anlz/strip.c [code] | Strip zero samples from speech data | 
| libsent/src/anlz/strip_mfcc.c [code] | Strip zero frames from MFCC data | 
| libsent/src/anlz/wrsamp.c [code] | Write waveform data in big endian | 
| libsent/src/anlz/wrwav.c [code] | Write waveform data to WAV file | 
| libsent/src/dfa/cpair.c [code] | Category-pair constraint handling | 
| libsent/src/dfa/dfa_lookup.c [code] | Return DFA terminal (category) id to a given word | 
| libsent/src/dfa/dfa_malloc.c [code] | Memory allocation of grammar information | 
| libsent/src/dfa/dfa_util.c [code] | Output text informations about the grammar | 
| libsent/src/dfa/init_dfa.c [code] | Load Grammar file into memory and setup | 
| libsent/src/dfa/mkcpair.c [code] | Extract category-pair constraint from DFA grammar | 
| libsent/src/dfa/mkterminfo.c [code] | Make a word list for each category | 
| libsent/src/dfa/rddfa.c [code] | Read DFA grammar from a file | 
| libsent/src/hmminfo/cdhmm.c [code] | Sub functions to access context dependent HMM from phones | 
| libsent/src/hmminfo/cdset.c [code] | Generate and manage the pseudo HMM set | 
| libsent/src/hmminfo/check_hmm_restriction.c [code] | Check if the given HMM definition file can be used | 
| libsent/src/hmminfo/check_hmmtype.c [code] | Check the parameter types between HMM and input | 
| libsent/src/hmminfo/chkhmmlist.c [code] | Check existence of all possible triphone in HMMList | 
| libsent/src/hmminfo/guess_cdHMM.c [code] | Guess whether the HMM definition data is a context-dependent model | 
| libsent/src/hmminfo/hmm_lookup.c [code] | Look up logical HMM entry from phone name | 
| libsent/src/hmminfo/init_phmm.c [code] | Load HMM definition file and HMMList mapping file into memory and set it up | 
| libsent/src/hmminfo/put_htkdata_info.c [code] | Output HMM and parameter information to standard out | 
| libsent/src/hmminfo/rdhmmdef.c [code] | Read HTK HMM definition file: the main | 
| libsent/src/hmminfo/rdhmmdef_data.c [code] | Read HTK HMM definition file: HMM model | 
| libsent/src/hmminfo/rdhmmdef_dens.c [code] | Read HTK HMM definition file: Gaussian density | 
| libsent/src/hmminfo/rdhmmdef_options.c [code] | Read HTK HMM definition file: global options | 
| libsent/src/hmminfo/rdhmmdef_regtree.c [code] | Read HTK HMM definition file: Regression tree | 
| libsent/src/hmminfo/rdhmmdef_state.c [code] | Read HTK HMM definition file: state | 
| libsent/src/hmminfo/rdhmmdef_tiedmix.c [code] | Read HTK HMM definition file: mixture codebook in tied-mixture model | 
| libsent/src/hmminfo/rdhmmdef_trans.c [code] | Read HTK HMM definition file: transition matrix | 
| libsent/src/hmminfo/rdhmmdef_var.c [code] | Read HTK HMM definition file: variance vector of Gaussian | 
| libsent/src/hmminfo/rdhmmlist.c [code] | Read in HMMList file | 
| libsent/src/hmminfo/read_binhmm.c [code] | Read a binary HMM definition file | 
| libsent/src/hmminfo/write_binhmm.c [code] | Write a binary HMM definition to a file | 
| libsent/src/net/rdwt.c [code] | Low level functions for TCP/IP inter-process communication | 
| libsent/src/net/server-client.c [code] | Server client connection | 
| libsent/src/ngram/init_ngram.c [code] | Load N-gram file into memory and setup with word dictionary | 
| libsent/src/ngram/ngram_access.c [code] | Get N-gram probability of a word/class sequence | 
| libsent/src/ngram/ngram_compact_context.c [code] | Compaction of back-off elements in N-gram data | 
| libsent/src/ngram/ngram_lookup.c [code] | Look up N-gram entries from its name string | 
| libsent/src/ngram/ngram_malloc.c [code] | Initial memory allocation and free for N-gram stucture | 
| libsent/src/ngram/ngram_read_arpa.c [code] | Read ARPA format N-gram files | 
| libsent/src/ngram/ngram_read_bin.c [code] | Read binary foramt N-gram file | 
| libsent/src/ngram/ngram_util.c [code] | Output some N-gram information to stdout | 
| libsent/src/ngram/ngram_write_bin.c [code] | Write a whole N-gram data to a file in binary format | 
| libsent/src/phmm/addlog.c [code] | Rapid addition of log values | 
| libsent/src/phmm/calc_mix.c [code] | Compute weighed sum of Gaussian mixture for non tied-mixture model (no cache) | 
| libsent/src/phmm/calc_tied_mix.c [code] | Compute weighed sum of Gaussian mixture for tied-mixture model (cache enabled) | 
| libsent/src/phmm/gms.c [code] | Calculate state probability with Gaussian Mixture Selection | 
| libsent/src/phmm/gms_gprune.c [code] | Calculate the GMS monophone HMM for Gaussian Mixture Selection using Gaussian pruning | 
| libsent/src/phmm/gprune_beam.c [code] | Calculate probability of a set of Gaussian densities by Gaussian pruning: beam algorithm | 
| libsent/src/phmm/gprune_common.c [code] | Calculate probability of a set of Gaussian densities by Gaussian pruning: common functions | 
| libsent/src/phmm/gprune_heu.c [code] | Calculate probability of a set of Gaussian densities by Gaussian pruning: heuristic algorithm | 
| libsent/src/phmm/gprune_none.c [code] | Calculate probability of a set of Gaussian densities (no pruning) | 
| libsent/src/phmm/gprune_safe.c [code] | Calculate probability of a set of Gaussian densities by Gaussian pruning: safe algorithm | 
| libsent/src/phmm/mkwhmm.c [code] | Generate compound HMM instance for recognition from phoneme sequence | 
| libsent/src/phmm/outprob.c [code] | Computation of acoustic likelihood in HMM state, with state-level cache | 
| libsent/src/phmm/outprob_init.c [code] | Initialize and setup the acoustic computation routines | 
| libsent/src/phmm/vsegment.c [code] | Do viterbi alignment for the input | 
| libsent/src/util/aptree.c [code] | Patricia index tree for name lookup: data type = pointer | 
| libsent/src/util/confout.c [code] | Output compilation time configurations strings | 
| libsent/src/util/endian.c [code] | Byte order swapping | 
| libsent/src/util/gzfile.c [code] | Read Compressed files using gzip or zlib | 
| libsent/src/util/jlog.c [code] | Message text output and error exit functions | 
| libsent/src/util/mybmalloc.c [code] | Dynamic memory allocation per large block | 
| libsent/src/util/mymalloc.c [code] | Dynamic memory allocation funtions | 
| libsent/src/util/mystrtok.c [code] | Extract tokens from strings, with quotation handling | 
| libsent/src/util/ptree.c [code] | Patricia index tree for name lookup: data type = int | 
| libsent/src/util/readfile.c [code] | Read strings per line from various input source | 
| libsent/src/util/strcasecmp.c [code] | Definition of strcasecmp | 
| libsent/src/voca/init_voca.c [code] | Load a word dictionary into memory | 
| libsent/src/voca/voca_load_htkdict.c [code] | Read word dictionary from a file in HTK format | 
| libsent/src/voca/voca_load_wordlist.c [code] | Read word list from a file for isolated word recognition mode | 
| libsent/src/voca/voca_lookup.c [code] | Look up a word on dictionary by string | 
| libsent/src/voca/voca_malloc.c [code] | Memory allocation of word dictionary information | 
| libsent/src/voca/voca_util.c [code] | Output text informations about the grammar | 
| libsent/src/wav2mfcc/mfcc-core.c [code] | Compute MFCC parameter vectors | 
| libsent/src/wav2mfcc/para.c [code] | Acoustic analysis condition parameter handling | 
| libsent/src/wav2mfcc/ss.c [code] | Spectral subtraction | 
| libsent/src/wav2mfcc/wav2mfcc-buffer.c [code] | Convert speech inputs into MFCC parameter vectors (per utterance) | 
| libsent/src/wav2mfcc/wav2mfcc-pipe.c [code] | Convert speech inputs into MFCC parameter vectors (per input frame) | 
 1.5.4