diff --git a/.gitignore b/.gitignore index 67e4f6e..e845441 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,5 @@ node_modules # Optional REPL history .node_repl_history -# Don't check in the config file or uploads dir -sentences.txt +# Don't check in the uploads dir uploads diff --git a/sentences.txt b/sentences.txt new file mode 100644 index 0000000..79056b6 --- /dev/null +++ b/sentences.txt @@ -0,0 +1,14 @@ +# +# This is the configuration file for speecher. +# Blank lines and lines beginning with # are ignored. +# All other lines should start with a directory name followed +# by one or more whitespaces and the sentence that we want the user to read. +# WAV files of those sentences will be saved in uploads//. +# The lines are split on the first whitespace, so directory names +# may not contain spaces. +# +heyvaani Hey, Vaani +goodmorning Good morning +goodnight Good night +whatsonmyagenda What's on my agenda? +howsthecommute How's the commute?