PocketSphinx  5prealpha
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  include
 cmdln_macro.h
 pocketsphinx.hMain header file for the PocketSphinx decoder
 pocketsphinx_export.h
 ps_lattice.hWord graph search
 ps_mllr.hModel-space linear transforms for speaker adaptation
 ps_search.hUser can configure several "search" objects with different grammars and langauge models and switch them in runtime to provide interactive experience for the user
  src
  libpocketsphinx
 acmod.cAcoustic model structures for PocketSphinx
 acmod.hAcoustic model structures for PocketSphinx
 allphone_search.c
 allphone_search.h
 bin_mdef.c
 bin_mdef.hBinary format model definition files, with support for heterogeneous topologies and variable-size N-phones
 blkarray_list.c
 blkarray_list.h
 dict.c
 dict.hOperations on dictionary
 dict2pid.c
  • dictionary word to senone sequence mappings
 dict2pid.hBuilding triphones for a dictionary
 fsg_history.c
 fsg_history.h
 fsg_lextree.cThe collection of all the lextrees for the entire FSM
 fsg_lextree.h
 fsg_search.c
 fsg_search_internal.h
 hmm.c
 hmm.hImplementation of HMM base structure
 kws_detections.c
 kws_detections.h
 kws_search.c
 kws_search.h
 mdef.c
 mdef.hModel definition
 ms_gauden.c
 ms_gauden.h(Sphinx 3.0 specific) Gaussian density module
 ms_mgau.c
 ms_mgau.h(Sphinx 3.0 specific) A module that wraps up the code of gauden and senone because they are closely related
 ms_senone.c
 ms_senone.h(Sphinx 3.0 specific) multiple streams senones
 ngram_search.cN-Gram based multi-pass search ("FBS")
 ngram_search.hN-Gram based multi-pass search ("FBS")
 ngram_search_fwdflat.cFlat lexicon search
 ngram_search_fwdflat.hFlat lexicon based Viterbi search
 ngram_search_fwdtree.cLexicon tree search
 ngram_search_fwdtree.hLexicon tree based Viterbi search
 phone_loop_search.c
 phone_loop_search.hFast and rough context-independent phoneme loop search
 pocketsphinx.c
 pocketsphinx_internal.hInternal implementation of PocketSphinx decoder
 ps_alignment.cMulti-level alignment structure
 ps_alignment.hMulti-level alignment structure
 ps_lattice.cWord graph search
 ps_lattice_internal.hWord graph search implementation
 ps_mllr.cModel-space linear transforms for speaker adaptation
 ptm_mgau.c
 ptm_mgau.hFast phonetically-tied mixture evaluation
 s2_semi_mgau.c
 s2_semi_mgau.h
 s3types.hSize definition of semantically units
 state_align_search.cState (and phone and word) alignment search
 state_align_search.hState (and phone and word) alignment search
 tied_mgau_common.hCommon code shared between SC and PTM (tied-state) models
 tmat.c
 tmat.hTransition matrix data structure
 vector.c
 vector.h