summaryrefslogtreecommitdiff
path: root/client/conversation.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-23 21:21:17 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-23 21:21:17 -0700
commit2c55f4da462383ee6c7b89ea44e5c40cd5badf0c (patch)
tree078672f2b221cfb7d0aa765f438002a277914c9f /client/conversation.py
parent8a5e5ed385a5c467260c2f1b20816a66cebfc1c6 (diff)
downloadjasper-client-2c55f4da462383ee6c7b89ea44e5c40cd5badf0c.tar.gz
jasper-client-2c55f4da462383ee6c7b89ea44e5c40cd5badf0c.zip
Google STT works on OS X
Diffstat (limited to 'client/conversation.py')
-rwxr-xr-xclient/conversation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/conversation.py b/client/conversation.py
index bad5073..9f7cc22 100755
--- a/client/conversation.py
+++ b/client/conversation.py
@@ -51,6 +51,7 @@ class Conversation(object):
if threshold:
input = self.mic.activeListen(threshold)
+ print "I just heard '%s'" % input
if input:
self.delegateInput(input)
else: