From 2c55f4da462383ee6c7b89ea44e5c40cd5badf0c Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 23 Jul 2014 21:21:17 -0700 Subject: Google STT works on OS X --- client/conversation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'client/conversation.py') 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: -- cgit v1.3.1