From 3c616307c2cb27f134ba06c132dad8f102075970 Mon Sep 17 00:00:00 2001 From: Steve Penrod Date: Sun, 9 Sep 2018 23:50:38 -0500 Subject: [PATCH] Switch say/speak-to helper script names The new mycroft-say-to and mycroft-speak scripts were swapped. Whoops! --- bin/mycroft-say-to | 2 +- bin/mycroft-speak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mycroft-say-to b/bin/mycroft-say-to index 51facf29189a..964e16eb0c51 100755 --- a/bin/mycroft-say-to +++ b/bin/mycroft-say-to @@ -22,4 +22,4 @@ DIR="$( pwd )" source "$DIR/../venv-activate.sh" -q # Send a message to be spoken -output=$(python -m mycroft.messagebus.send "speak" "{\"utterance\": \"$@\"}") \ No newline at end of file +output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$@\"], \"lang\": \"en-us\"}") diff --git a/bin/mycroft-speak b/bin/mycroft-speak index 964e16eb0c51..51facf29189a 100755 --- a/bin/mycroft-speak +++ b/bin/mycroft-speak @@ -22,4 +22,4 @@ DIR="$( pwd )" source "$DIR/../venv-activate.sh" -q # Send a message to be spoken -output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$@\"], \"lang\": \"en-us\"}") +output=$(python -m mycroft.messagebus.send "speak" "{\"utterance\": \"$@\"}") \ No newline at end of file