‹ projects

vmc

a voice model creator for CMU Sphinx
Log | Files | Refs | README | LICENSE

commit 518ba722cfe2c2538b1f02b7c7c9227adf0da146
parent 3bac174c78a0cfb87ae5ed63553b68ccce9e3def
Author: umhau <umhau@alum.gcc.edu>
Date:   Thu, 15 Jun 2017 11:42:11 -0400

clarified variables

Diffstat:
Mlib/acousticfiles.sh | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/acousticfiles.sh b/lib/acousticfiles.sh @@ -15,12 +15,13 @@ # # VARIABLE DEFINITIONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -audio_folder_path="$1" # e.g. ~/.psyche/audio/training -fileids_location="$3" # e.g. ~/.psyche/audio/training/model.fileids +audio_folder_path="$1" # e.g. ~/.psyche/audio # i.e. /usr/local/lib/python2.7/dist-packages/pocketsphinx/model/en-us acoustic_model_location="$2" +fileids_location="$3" # e.g. ~/.psyche/audio/model.fileids + # FUNCTION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # generate some acoustic feature files - if supplementing an existing audio