commit 8144f5556e295af619497f7cf1523bb810431fed
parent 44f56c450f588e0d1e5eae80f6a28b9b19f7b96e
Author: umhau <umhau@alum.gcc.edu>
Date: Sun, 11 Jun 2017 20:54:32 -0400
same.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -40,11 +40,11 @@ Usage instructions
Example usage, recording new audio with 5 repetitions of each sentence:
- $ vmc.sh new_model -record ~/Downloads/sentences.txt ~/projects/new_model 5
+ vmc.sh new_model -record ~/Downloads/sentences.txt ~/projects/new_model 5
Example usage, importing previously created audio files:
- $ vmc.sh ccmodel -import audio_files cc.list ~/tools/ccmodel
+ vmc.sh ccmodel -import audio_files cc.list ~/tools/ccmodel
Note that the model name and the name of the model folder should be the same.
Also note the repetitions specification is optional; it defaults to 1.