‹ projects

vmc

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

commit daf4d6c289b6fbf81373d1c1066cd1183c29e76f
parent 92d3e3545f2e0452e8797c19cfc9d2ff930741ef
Author: umhau <umhau@alum.gcc.edu>
Date:   Mon, 19 Jun 2017 21:11:46 -0400

using 'sudo' means it tries to save pocketsphinx into /home/root/CMU_Sphinx

Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ Commands: cd ~/Downloads git clone https://github.com/umhau/vmc.git cd ./vmc - sudo bash install.sh + bash install.sh If the dependencies involved were already installed, use the following to install only the vmc program files (old versions will be automatically @@ -37,7 +37,6 @@ removed). To remove vmc, run either of the following commands: vmc -remove - vmc -uninstall See use examples in the next section.