diff --git a/snips/snips-satellite b/snips/snips-satellite new file mode 100644 index 00000000..044e8b2c Binary files /dev/null and b/snips/snips-satellite differ diff --git a/snips/snips.toml b/snips/snips.toml index e016fef7..1f9d0db6 100644 --- a/snips/snips.toml +++ b/snips/snips.toml @@ -46,9 +46,11 @@ # resources = "/usr/share/snips/dialogue" # session_timeout = 15 # lambda_timeout = 5 +sites_in_same_group_default = true retry_count = 1 sound_feedback_disabled_default = true + [snips-hotword] # model = "/usr/share/snips/hotword" # hotword_id = "default" diff --git a/snips/speak.sh b/snips/speak.sh index bc894af5..dff40594 100755 --- a/snips/speak.sh +++ b/snips/speak.sh @@ -1,6 +1,7 @@ #!/bin/bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo "Current dir is called $DIR" -echo "$1" | ${DIR}/nanotts -l ${DIR}/lang --speed 0.9 --pitch 1.2 --volume 1 -p +echo "$1" | ${DIR}/nanotts -l ${DIR}/lang --speed 0.9 --pitch 1.2 --volume 1 -w -o response.wav +aplay response.wav #echo "Done speaking (shell)" exit 0 \ No newline at end of file