Skip to content

Commit

Permalink
Merge pull request #1788 from MycroftAI/bugfix/swap-say-speak
Browse files Browse the repository at this point in the history
Switch say/speak-to helper script names
  • Loading branch information
forslund committed Sep 10, 2018
2 parents 5e6c177 + 3c61630 commit c94e9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/mycroft-say-to
Original file line number Diff line number Diff line change
Expand Up @@ -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\": \"$@\"}")
output=$(python -m mycroft.messagebus.send "recognizer_loop:utterance" "{\"utterances\": [\"$@\"], \"lang\": \"en-us\"}")
2 changes: 1 addition & 1 deletion bin/mycroft-speak
Original file line number Diff line number Diff line change
Expand Up @@ -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\": \"$@\"}")

0 comments on commit c94e9d0

Please sign in to comment.