‹ projects

vmc

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

commit 0aece4a0d169f54757f5674b64322f64ac594a0a
parent f719bb2c3015b18ea40f8d91c2bd79a845501116
Author: umhau <umhau@alum.gcc.edu>
Date:   Wed,  5 Jul 2017 18:01:22 -0400

maybe the bug is recent pocketsphinx changes? reverting to my static copy on github

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -30,7 +30,7 @@ script=$(readlink -f "$0") scriptpath=$(dirname "$script") # CMU Sphinx install location - my static repo or the official source? -CMUsrc="cmusphinx" # or "umhau" +CMUsrc="umhau" # or "cmusphinx" install_dir="/home/$USER/CMU_Sphinx"