commit ce9e7c558b2edc59f733315811e0b4d7cb50b343 parent 2db0fee007717add77c64b4b9ed48c7aad48f332 Author: umhau <umhau@alum.gcc.edu> Date: Thu, 15 Jun 2017 12:28:29 -0400 created section on file structure. Diffstat:
| M | README.md | | | 24 | ++++++++++++++++++++++++ |
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -55,6 +55,30 @@ newly created custom voice model. Note that dependencies are not checked when running vmc. To check dependencies, see the section above. +File Structure +------------------------------------------------------------------------------- + +Two folders are involved: the audio recordings folder and the acoustic model +folder. These can be kept in separate places. The acoustic model folder may +be part of the python-pocketsphinx installation, in which case it is kept at '/usr/local/lib/python2.7/dist-packages/pocketsphinx/model/en-us'. Some files +are generated by vmc. + +Note the model name is only used with files created from audio recordings. All +the en-us files have very default names. + +Most files have default names, or are named according to the model name. File +structure is as follows (incomplete, only showing commonly-used files): + + audio-recordings + - [model name].fileids + - [model name].transcription + - mdef + - mdef.txt + + acoustic-model + - feat.params + + Background -------------------------------------------------------------------------------