Skip to content

Commit

Permalink
Voco 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home authored Aug 12, 2020
1 parent f29bbac commit 08d5d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added snips/snips-satellite
Binary file not shown.
2 changes: 2 additions & 0 deletions snips/snips.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion snips/speak.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 08d5d43

Please sign in to comment.