add a default sentences.txt config file

This commit is contained in:
David Flanagan 2016-05-06 16:55:04 -07:00
Родитель 41f66b3437
Коммит 6062d03e4c
2 изменённых файлов: 15 добавлений и 2 удалений

3
.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

14
sentences.txt Normal file
Просмотреть файл

@ -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/<dirname>/.
# 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?